Add libclang1 to the CI config
continuous-integration/drone the build failed Details

This commit is contained in:
Olivier 'reivilibre' 2022-04-03 18:27:11 +01:00
parent 96a01e0aaa
commit 62c4e41162
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ pipeline:
event: [push, pull_request]
image: rust:1.59.0-slim
commands:
- apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential
- apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential libclang1
- cargo install sqlx-cli --features sqlite
- cd quickpeep && bash dev_db.sh && cd ..
#- rustup component add clippy

View File

@ -17,7 +17,7 @@ pipeline:
image: "rust:1.59.0"
commands:
- apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential
- apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential libclang1
- cargo install sqlx-cli --features sqlite
- "qualsuff=`echo -$WOODPECKER_TAG-$WOODPECKER_ARCH | sed s%/%-%`"
- cd quickpeep && bash dev_db.sh && cd ..