Skip to content

Commit 6586492

Browse files
chore(ci): stop installing musl-dev manually
It's already included by default starting from rust-lang/docker-rust#259
1 parent 550a1f5 commit 6586492

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,12 @@ rust:clippy:
2121
stage: test
2222
image: rust:1.92-alpine3.23
2323
before_script:
24-
- apk add musl-dev
2524
- rustup component add clippy
2625
script:
2726
- cargo clippy --all-features -- -D warnings
2827

2928
rust:test:
3029
stage: test
3130
image: rust:1.92-alpine3.23
32-
before_script:
33-
- apk add musl-dev
3431
script:
3532
- cargo test

0 commit comments

Comments
 (0)