mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 15:17:01 +02:00
CI: netbsd: adjust packages after NetBSD-10 released
pcre2 is installed already, installing it from packages lead to conflict. curl is installed as a preparation for VTest
This commit is contained in:
parent
e3c976bb81
commit
48ae9fe8a4
2
.github/workflows/netbsd.yml
vendored
2
.github/workflows/netbsd.yml
vendored
@ -17,6 +17,6 @@ jobs:
|
|||||||
uses: vmactions/netbsd-vm@v1
|
uses: vmactions/netbsd-vm@v1
|
||||||
with:
|
with:
|
||||||
prepare: |
|
prepare: |
|
||||||
/usr/sbin/pkg_add gmake pcre2
|
/usr/sbin/pkg_add gmake curl
|
||||||
run: |
|
run: |
|
||||||
gmake CC=gcc TARGET=netbsd USE_OPENSSL=1 USE_LUA=1 USE_PCRE2=1 USE_PCRE2_JIT=1 USE_PROMEX=1 USE_ZLIB=1
|
gmake CC=gcc TARGET=netbsd USE_OPENSSL=1 USE_LUA=1 USE_PCRE2=1 USE_PCRE2_JIT=1 USE_PROMEX=1 USE_ZLIB=1
|
||||||
|
Loading…
Reference in New Issue
Block a user