We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d536b2 commit e9b1a17Copy full SHA for e9b1a17
.taskcluster.yml
@@ -41,8 +41,7 @@ tasks:
41
- "-cx"
42
- "git clone --recursive --quiet ${repository} &&
43
cd rust-code-analysis &&
44
- apk --no-cache add curl &&
45
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh &&
+ apk --no-cache add rustup &&
46
rustup target add x86_64-unknown-linux-musl &&
47
cargo build --release --workspace --all-features --target x86_64-unknown-linux-musl"
48
metadata:
0 commit comments