mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-10 00:57:02 +02: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
|
image_family: freebsd-11-3-snap
|
||||||
only_if: $CIRRUS_BRANCH =~ 'master|next'
|
only_if: $CIRRUS_BRANCH =~ 'master|next'
|
||||||
install_script:
|
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:
|
script:
|
||||||
- git clone https://github.com/VTest/VTest.git ../vtest
|
- git clone https://github.com/VTest/VTest.git ../vtest
|
||||||
- make -C ../vtest
|
- make -C ../vtest
|
||||||
|
Loading…
Reference in New Issue
Block a user