mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-03 10:42:07 +00:00
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:
parent
eccb2b4bd9
commit
1726dab789
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user