Skip to content

Commit e9c43d0

Browse files
authored
fix(ci): add pkg installation for ca_root_nss in FreeBSD 14 setup (#2756)
1 parent 8dff4e7 commit e9c43d0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.cirrus.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ task:
4848
RUSTFLAGS: --cfg fbsd14 -D warnings
4949
RUSTDOCFLAGS: --cfg fbsd14
5050
setup_script:
51+
- pkg install -y ca_root_nss # workaround for https://github.com/rust-lang/cargo/issues/16357
5152
- kldload mqueuefs
5253
- fetch https://sh.rustup.rs -o rustup.sh
5354
- sh rustup.sh -y --profile=minimal --default-toolchain stable

0 commit comments

Comments
 (0)