From: Li-Wen Hsu Date: Mon, 4 May 2020 09:23:50 +0000 (+0800) Subject: .cirrus.yml: bootstrap pkg unconditionally X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ae52862970bb9f372d6ddebd0e34dc7927b6a7f7;p=qemu.git .cirrus.yml: bootstrap pkg unconditionally This ensures compatibility with pkg repo so a change in upstream doesn't break setup. See: https://lists.freebsd.org/pipermail/freebsd-cloud/2020-April/000234.html Message-Id: Signed-off-by: Li-Wen Hsu [AJB: applied from Li-Wen's github, applied sob, tweaked commit message] Signed-off-by: Alex Bennée --- diff --git a/.cirrus.yml b/.cirrus.yml index f06f5af2b9..de0727cb09 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: