File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ rust:clippy:
2121 stage : test
2222 image : rust:1.92-alpine3.20
2323 before_script :
24- - apk add build-base musl-dev linux-headers cmake perl go
24+ - apk add build-base linux-headers cmake perl go
2525 - rustup component add clippy
2626 script :
2727 - cargo clippy --all-features -- -D warnings
@@ -30,15 +30,15 @@ rust:hack:
3030 stage : test
3131 image : rust:1.92-alpine3.20
3232 before_script :
33- - apk add build-base musl-dev linux-headers cmake perl go cargo-hack
33+ - apk add build-base linux-headers cmake perl go cargo-hack
3434 script :
3535 - cargo hack check --feature-powerset --no-dev-deps --at-least-one-of aws-lc-rs,ring --at-least-one-of rand,getrandom
3636
3737rust:test :
3838 stage : test
3939 image : rust:1.92-alpine3.23
4040 before_script :
41- - apk add musl-dev cmake perl go
41+ - apk add cmake perl go
4242 script :
4343 - cargo test
4444 - cargo test --features websocket,portable-atomic
You can’t perform that action at this time.
0 commit comments