Skip to content

Commit a04fe59

Browse files
bors[bot]asomers
andauthored
Merge #1137
1137: Rustup minimal r=posborne a=asomers Fix CI on FreeBSD after rustup 1.20.0. Co-authored-by: Alan Somers <[email protected]>
2 parents 5d76d33 + 92290af commit a04fe59

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.cirrus.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ task:
1212
fingerprint_script: cat Cargo.lock || echo ""
1313
# Install Rust
1414
setup_script:
15-
- pkg install -y curl
16-
- curl https://sh.rustup.rs -sSf --output rustup.sh
17-
- sh rustup.sh -y --default-toolchain 1.36.0
15+
- fetch https://sh.rustup.rs -o rustup.sh
16+
- sh rustup.sh -y --profile=minimal --default-toolchain 1.36.0
1817
- $HOME/.cargo/bin/rustup target add i686-unknown-freebsd
1918
amd64_test_script:
2019
- . $HOME/.cargo/env

0 commit comments

Comments
 (0)