We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
musl-dev
1 parent ee84f0e commit b613153Copy full SHA for b613153
.gitlab-ci.yml
@@ -21,7 +21,6 @@ rust:clippy:
21
stage: test
22
image: rust:1.92-alpine3.23
23
before_script:
24
- - apk add musl-dev
25
- rustup component add clippy
26
script:
27
- cargo clippy --all-features -- -D warnings
@@ -30,14 +29,14 @@ rust:hack:
30
29
31
32
33
- - apk add musl-dev cargo-hack
+ - apk add cargo-hack
34
35
- cargo hack check --feature-powerset --no-dev-deps
36
37
rust:test:
38
39
40
41
- - apk add musl-dev libpq-dev
+ - apk add libpq-dev
42
43
- cargo test --all-features
0 commit comments