From ac699f79b4d86d8195d76c3befada65ade449cc0 Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Mon, 4 May 2020 17:23:50 +0800 Subject: [PATCH] Bootstrap pkg unconditionally to ensure compatible with pkg repo --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index f06f5af2b933..de0727cb097a 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -6,7 +6,7 @@ freebsd_12_task: image_family: freebsd-12-1 cpu: 8 memory: 8G - install_script: pkg install -y + install_script: ASSUME_ALWAYS_YES=yes pkg bootstrap -f ; pkg install -y bash bison curl cyrus-sasl git glib gmake gnutls gsed nettle perl5 pixman pkgconf png usbredir script: