From 78317587e7b422140626de9cf2d43f6af33aab74 Mon Sep 17 00:00:00 2001 From: xtqqczze <45661989+xtqqczze@users.noreply.github.com> Date: Sun, 22 Mar 2026 20:44:09 +0000 Subject: [PATCH] fix(ci): add pkg installation for ca_root_nss in FreeBSD 14 setup --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cirrus.yml b/.cirrus.yml index bfeeefc9b..aea4a38ac 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -6,6 +6,7 @@ task: freebsd_instance: image_family: freebsd-14-3 setup_script: + - pkg install -y ca_root_nss # workaround for https://github.com/rust-lang/cargo/issues/16357 - curl https://sh.rustup.rs -sSf --output rustup.sh - sh rustup.sh --default-toolchain stable -y --profile=minimal - . $HOME/.cargo/env