BUILD: cirrus-ci: workaround "pkg install" bug

there's a bug https://github.com/freebsd/pkg/issues/902
adding "pkg update -f && pkg upgrade -y" is workaround.
This commit is contained in:
Ilya Shipitsin 2020-02-11 13:19:22 +05:00 committed by Willy Tarreau
parent eccb2b4bd9
commit 1726dab789

View File

@ -6,7 +6,7 @@ FreeBSD_task:
image_family: freebsd-11-3-snap
only_if: $CIRRUS_BRANCH =~ 'master|next'
install_script:
- pkg install -y openssl git gmake lua53 socat
- pkg update -f && pkg upgrade -y && pkg install -y openssl git gmake lua53 socat
script:
- git clone https://github.com/VTest/VTest.git ../vtest
- make -C ../vtest