We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9f12dd commit 6d536b2Copy full SHA for 6d536b2
.taskcluster.yml
@@ -41,6 +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 &&
46
rustup target add x86_64-unknown-linux-musl &&
47
cargo build --release --workspace --all-features --target x86_64-unknown-linux-musl"
0 commit comments