We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a220ded commit 2c9ff68Copy full SHA for 2c9ff68
.cirrus.yml
@@ -14,7 +14,7 @@ task:
14
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
+ - sh rustup.sh -y --profile=minimal --default-toolchain 1.36.0
18
- $HOME/.cargo/bin/rustup target add i686-unknown-freebsd
19
amd64_test_script:
20
- . $HOME/.cargo/env
0 commit comments