1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2024-11-04 16:28:53 +01:00

Merge branch 'ci-fix-cargo-test-missing-libclang' into 'next'

CI: Fix cargo-test

See merge request famedly/conduit!255
This commit is contained in:
Jonas Zohren 2022-01-16 20:57:23 +00:00
commit 24aa034e48

View file

@ -218,7 +218,7 @@ test:cargo:
before_script:
# - mkdir -p $CARGO_HOME
- apt-get update -yqq
- apt-get install -yqq --no-install-recommends build-essential libssl-dev pkg-config
- apt-get install -yqq --no-install-recommends build-essential libssl-dev pkg-config libclang-dev
- rustup component add clippy rustfmt
- curl "https://faulty-storage.de/gitlab-report" --output ./gitlab-report && chmod +x ./gitlab-report
# If provided, bring in caching through sccache, which uses an external S3 endpoint to store compilation results: