We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9b1a17 commit 49a587dCopy full SHA for 49a587d
.taskcluster.yml
@@ -37,12 +37,12 @@ tasks:
37
maxRunTime: 3600
38
image: "mozilla/taskboot:0.2.7"
39
command:
40
+ - "apk --no-cache add rustup"
41
+ - "rustup target add x86_64-unknown-linux-musl"
42
- "/bin/sh"
43
- "-cx"
44
- "git clone --recursive --quiet ${repository} &&
45
cd rust-code-analysis &&
- apk --no-cache add rustup &&
- rustup target add x86_64-unknown-linux-musl &&
46
cargo build --release --workspace --all-features --target x86_64-unknown-linux-musl"
47
metadata:
48
name: rust-code-analysis useless
0 commit comments