Skip to content

Commit

Permalink
Merge #1137
Browse files Browse the repository at this point in the history
1137: Rustup minimal r=posborne a=asomers

Fix CI on FreeBSD after rustup 1.20.0.

Co-authored-by: Alan Somers <asomers@gmail.com>
  • Loading branch information
bors[bot] and asomers committed Oct 15, 2019
2 parents 5d76d33 + 92290af commit a04fe59
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .cirrus.yml
Expand Up @@ -12,9 +12,8 @@ task:
fingerprint_script: cat Cargo.lock || echo ""
# Install Rust
setup_script:
- pkg install -y curl
- curl https://sh.rustup.rs -sSf --output rustup.sh
- sh rustup.sh -y --default-toolchain 1.36.0
- fetch https://sh.rustup.rs -o rustup.sh
- sh rustup.sh -y --profile=minimal --default-toolchain 1.36.0
- $HOME/.cargo/bin/rustup target add i686-unknown-freebsd
amd64_test_script:
- . $HOME/.cargo/env
Expand Down

0 comments on commit a04fe59

Please sign in to comment.