diff options
-rw-r--r-- | .cirrus.tasks.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.cirrus.tasks.yml b/.cirrus.tasks.yml index 2f5f5ef21a8..91b51142d2e 100644 --- a/.cirrus.tasks.yml +++ b/.cirrus.tasks.yml @@ -168,6 +168,7 @@ task: sysctl kern.corefile='/tmp/cores/%N.%P.core' setup_additional_packages_script: | pkg install -y curl + pkg upgrade -y libssh2 # XXX shouldn't be necessary. revisit w/ FreeBSD 14 # NB: Intentionally build without -Dllvm. The freebsd image size is already # large enough to make VM startup slow, and even without llvm freebsd |