Fix libclang dep?
continuous-integration/drone the build was successful Details

This commit is contained in:
Olivier 'reivilibre' 2022-04-04 19:46:12 +01:00
parent 62c4e41162
commit 1c0b501a21
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 libclang1 - apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential libclang-dev
- 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 libclang1 - apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential libclang-dev
- 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 ..