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.
This commit is contained in:
Ilya Shipitsin 2020-02-26 19:29:36 +05:00 committed by Willy Tarreau
parent 858885737c
commit 77a8b63ddc
1 changed files with 2 additions and 0 deletions

View File

@ -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: