Skip to content

Commit

Permalink
Merge pull request #230 from asomers/no_rustc_workaround
Browse files Browse the repository at this point in the history
Revert 5926def.
  • Loading branch information
asomers authored Nov 6, 2020
2 parents 1e6d98c + abffba7 commit 4c0cffa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ minver_task:
cargo_cache:
folder: $CARGO_HOME/registry
test_script:
# Workaround Rust bug https://github.com/rust-lang/rust/issues/78660
- env RUSTUP_HOME=/usr/local/rustup CARGO_HOME=/usr/local/cargo PATH=/usr/local/cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin && rustup toolchain install --profile minimal nightly-2020-10-27-x86_64 && rustup default nightly-2020-10-27-x86_64
- cargo update -Zminimal-versions
- cargo test --all-features --all
before_cache_script: rm -rf $CARGO_HOME/registry/index
Expand Down

0 comments on commit 4c0cffa

Please sign in to comment.