From: Ilya Shipitsin Date: Wed, 26 Feb 2020 14:29:36 +0000 (+0500) Subject: BUILD: cirrus-ci: suppress OS version check when installing packages X-Git-Tag: v2.2-dev4~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77a8b63ddc732810a1a93bee28790980673a1745;p=thirdparty%2Fhaproxy.git BUILD: cirrus-ci: suppress OS version check when installing packages since we run "snapshot" images of FreeBSD, it is possible that kernel ABI version might change from time to time. It might differ from prebuilt packages (installed via "pkg"). We do not test kernel modules, so for us is safe to ignore ABI mismatch. --- diff --git a/.cirrus.yml b/.cirrus.yml index 1a07c80c73..86b4047829 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -5,6 +5,8 @@ FreeBSD_task: image_family: freebsd-12-1-snap image_family: freebsd-11-3-snap only_if: $CIRRUS_BRANCH =~ 'master|next' + env: + IGNORE_OSVERSION: yes # supress package installation error on FreeBSD-13 install_script: - pkg update -f && pkg upgrade -y && pkg install -y openssl git gmake lua53 socat script: