Skip to content

Commit e9b1a17

Browse files
committed
Add rustup
1 parent 6d536b2 commit e9b1a17

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.taskcluster.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ tasks:
4141
- "-cx"
4242
- "git clone --recursive --quiet ${repository} &&
4343
cd rust-code-analysis &&
44-
apk --no-cache add curl &&
45-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh &&
44+
apk --no-cache add rustup &&
4645
rustup target add x86_64-unknown-linux-musl &&
4746
cargo build --release --workspace --all-features --target x86_64-unknown-linux-musl"
4847
metadata:

0 commit comments

Comments
 (0)