]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: harden NetBSD builds by ERR=1
authorIlia Shipitsin <chipitsine@gmail.com>
Sun, 21 Jul 2024 11:52:08 +0000 (13:52 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 5 Aug 2024 06:49:19 +0000 (08:49 +0200)
Add ERR=1 build option to the NetBSD build from github.

.github/workflows/netbsd.yml

index 6514725e17dc89681fd97f2366a619b8bad3833f..c6b431acc1d8fe77c04f0296310163bef40f913c 100644 (file)
@@ -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