Add libclang1 to the CI config
continuous-integration/drone the build failed
Details
continuous-integration/drone the build failed
Details
This commit is contained in:
parent
96a01e0aaa
commit
62c4e41162
|
@ -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
|
||||
|
|
|
@ -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 ..
|
||||
|
|
Loading…
Reference in New Issue