Skip to content

Commit

Permalink
Revert 5926def.
Browse files Browse the repository at this point in the history
Now that rust-lang/rust#78660 is fixed
  • Loading branch information
asomers committed Nov 5, 2020
1 parent 1e6d98c commit abffba7
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 abffba7

Please sign in to comment.