Skip to content

Commit

Permalink
CI: harden NetBSD builds by ERR=1
Browse files Browse the repository at this point in the history
Add ERR=1 build option to the NetBSD build from github.
  • Loading branch information
chipitsine authored and wlallemand committed Aug 5, 2024
1 parent 15d47ed commit 7fc5203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/netbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7fc5203

Please sign in to comment.