Skip to content

Commit 49a587d

Browse files
committed
Another approach
1 parent e9b1a17 commit 49a587d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.taskcluster.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ tasks:
3737
maxRunTime: 3600
3838
image: "mozilla/taskboot:0.2.7"
3939
command:
40+
- "apk --no-cache add rustup"
41+
- "rustup target add x86_64-unknown-linux-musl"
4042
- "/bin/sh"
4143
- "-cx"
4244
- "git clone --recursive --quiet ${repository} &&
4345
cd rust-code-analysis &&
44-
apk --no-cache add rustup &&
45-
rustup target add x86_64-unknown-linux-musl &&
4646
cargo build --release --workspace --all-features --target x86_64-unknown-linux-musl"
4747
metadata:
4848
name: rust-code-analysis useless

0 commit comments

Comments
 (0)