Skip to content

Commit 2c9ff68

Browse files
committed
Use rustup's minimal profile during CI on FreeBSD
This should fix CI on FreeBSD after Rustup 1.20.0 was released, and save time as well.
1 parent a220ded commit 2c9ff68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ task:
1414
setup_script:
1515
- pkg install -y curl
1616
- curl https://sh.rustup.rs -sSf --output rustup.sh
17-
- sh rustup.sh -y --default-toolchain 1.36.0
17+
- sh rustup.sh -y --profile=minimal --default-toolchain 1.36.0
1818
- $HOME/.cargo/bin/rustup target add i686-unknown-freebsd
1919
amd64_test_script:
2020
- . $HOME/.cargo/env

0 commit comments

Comments
 (0)