Skip to content

Commit

Permalink
Use an older version of Rust nightly in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pfoerster committed Feb 27, 2020
1 parent 62b9ea0 commit 06bca75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ steps:
displayName: "Run tests"
- ${{ if eq(parameters.linux, 'true') }}:
- bash: |
export RUSTUP_TOOLCHAIN="nightly-2020-02-17"
export RUSTUP_TOOLCHAIN="nightly-2020-02-06"
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 06bca75

Please sign in to comment.