Skip to content

Commit

Permalink
Revert "Pin Rust nightly version in CI build"
Browse files Browse the repository at this point in the history
This reverts commit 81ce986.
  • Loading branch information
efoerster committed Mar 4, 2020
1 parent 3d06803 commit 178f6b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .build-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ steps:
displayName: "Run tests"
- ${{ if eq(parameters.coverage, 'true') }}:
- bash: |
export RUSTUP_TOOLCHAIN="nightly-2020-02-06"
export RUSTUP_TOOLCHAIN="nightly"
rustup update nightly
cargo install grcov
export CARGO_INCREMENTAL=0
export RUSTFLAGS="-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Zno-landing-pads"
Expand Down

0 comments on commit 178f6b1

Please sign in to comment.