mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-20 21:31:28 +02:00
CI: harden NetBSD builds by ERR=1
Add ERR=1 build option to the NetBSD build from github.
This commit is contained in:
parent
15d47eda37
commit
7fc52032e3
2
.github/workflows/netbsd.yml
vendored
2
.github/workflows/netbsd.yml
vendored
@ -20,4 +20,4 @@ jobs:
|
||||
prepare: |
|
||||
/usr/sbin/pkg_add gmake curl
|
||||
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 ERR=1 USE_OPENSSL=1 USE_LUA=1 USE_PCRE2=1 USE_PCRE2_JIT=1 USE_PROMEX=1 USE_ZLIB=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user