We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dff4e7 commit e9c43d0Copy full SHA for e9c43d0
1 file changed
.cirrus.yml
@@ -48,6 +48,7 @@ task:
48
RUSTFLAGS: --cfg fbsd14 -D warnings
49
RUSTDOCFLAGS: --cfg fbsd14
50
setup_script:
51
+ - pkg install -y ca_root_nss # workaround for https://github.com/rust-lang/cargo/issues/16357
52
- kldload mqueuefs
53
- fetch https://sh.rustup.rs -o rustup.sh
54
- sh rustup.sh -y --profile=minimal --default-toolchain stable
0 commit comments