Skip to content

Commit

Permalink
Another approach
Browse files Browse the repository at this point in the history
  • Loading branch information
Luni-4 committed Jan 8, 2021
1 parent e9b1a17 commit 49a587d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .taskcluster.yml
Expand Up @@ -37,12 +37,12 @@ tasks:
maxRunTime: 3600
image: "mozilla/taskboot:0.2.7"
command:
- "apk --no-cache add rustup"
- "rustup target add x86_64-unknown-linux-musl"
- "/bin/sh"
- "-cx"
- "git clone --recursive --quiet ${repository} &&
cd rust-code-analysis &&
apk --no-cache add rustup &&
rustup target add x86_64-unknown-linux-musl &&
cargo build --release --workspace --all-features --target x86_64-unknown-linux-musl"
metadata:
name: rust-code-analysis useless
Expand Down

0 comments on commit 49a587d

Please sign in to comment.