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] event: [push, pull_request]
image: rust:1.59.0-slim image: rust:1.59.0-slim
commands: 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 - cargo install sqlx-cli --features sqlite
- cd quickpeep && bash dev_db.sh && cd .. - cd quickpeep && bash dev_db.sh && cd ..
#- rustup component add clippy #- rustup component add clippy

View File

@ -17,7 +17,7 @@ pipeline:
image: "rust:1.59.0" image: "rust:1.59.0"
commands: 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 - cargo install sqlx-cli --features sqlite
- "qualsuff=`echo -$WOODPECKER_TAG-$WOODPECKER_ARCH | sed s%/%-%`" - "qualsuff=`echo -$WOODPECKER_TAG-$WOODPECKER_ARCH | sed s%/%-%`"
- cd quickpeep && bash dev_db.sh && cd .. - cd quickpeep && bash dev_db.sh && cd ..