Skip to content

Commit

Permalink
Steps/RustSetupSteps: Update to Rust 1.76.0 (#334)
Browse files Browse the repository at this point in the history
synced local file(s) with
[microsoft/mu_devops](https://github.com/microsoft/mu_devops).

🤖: View the [Repo File Sync Configuration
File](https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml)
to see how files are synced.

---

This PR was created automatically by the
[repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action)
workflow run
[#8659645202](https://github.com/microsoft/mu_devops/actions/runs/8659645202)

Signed-off-by: Project Mu UEFI Bot <[email protected]>
  • Loading branch information
uefibot authored Apr 12, 2024
1 parent f697f6d commit 824a956
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Steps/RustSetupSteps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ steps:
# those on both Linux and Windows agents for consistency in the pipeline runs.
#
- script: |
rustup install --no-self-update 1.74.0
displayName: Install Rust 1.74.0 (Windows)
rustup install --no-self-update 1.76.0
displayName: Install Rust 1.76.0 (Windows)
condition: eq(variables['Agent.OS'], 'Windows_NT')

- script: |
rustup default 1.74.0
displayName: Set Rust 1.74.0 (Windows)
rustup default 1.76.0
displayName: Set Rust 1.76.0 (Windows)
condition: eq(variables['Agent.OS'], 'Windows_NT')

- script: pip install requests --upgrade
Expand Down Expand Up @@ -130,6 +130,6 @@ steps:
cargo binstall -y cargo-tarpaulin --version 0.27.3
displayName: Install cargo-tarpaulin

- script: rustup component add rustfmt rust-src --toolchain 1.74.0-$(rust_target_triple)
- script: rustup component add rustfmt rust-src --toolchain 1.76.0-$(rust_target_triple)
displayName: rustup add rust-src
condition: and(succeeded(), eq(variables['Agent.OS'], 'Windows_NT'))

0 comments on commit 824a956

Please sign in to comment.