We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b785b commit b8f4d7cCopy full SHA for b8f4d7c
.cirrus.yml
@@ -23,7 +23,7 @@ freebsd_task:
23
setup_script:
24
# https://github.com/cirruslabs/cirrus-ci-docs/issues/483
25
- sudo sysctl net.inet.tcp.blackhole=0
26
- - pkg install -y git ca_root_nss
+ - pkg install -y git
27
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal --default-toolchain stable --target $TARGET
28
test_script:
29
- . $HOME/.cargo/env
0 commit comments