Skip to content

Commit

Permalink
Ensure that rustc-dev is provisioned on Azure/macOS-10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
thedataking committed Apr 26, 2020
1 parent 5d87187 commit 93bf624
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/provision_rust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ fi
# make rust environment available for commands below
source ~/.cargo/env

# required for c2rust-refactor tests
# rustup run $RUST_VER cargo install --force rustfmt
rustup component add rustfmt-preview
# rustfmt is required for c2rust-refactor tests
# rustc-dev was added make sure it is installed on Azure/macOS-10.15
rustup component add rustfmt-preview rustc-dev

# Make rustup directory world-writable so other test users can install new rust
# versions
Expand Down

0 comments on commit 93bf624

Please sign in to comment.