Skip to content

Commit

Permalink
[ci] workaround some packaging issues in NetBSD 10
Browse files Browse the repository at this point in the history
  • Loading branch information
gstrauss committed Apr 10, 2024
1 parent 42c8a1a commit 081d6cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,11 @@ jobs:
brotli libdeflate zlib zstd \
libmaxminddb libunwind lua51 lua54 \
libxml2 sqlite3
pkg_add dash
# note: repeat 'pkg_add dash' to exit 0
# since NetBSD 10.0 has some issues with the packaging of the listed
# packages above and exits non-zero due to various packaging issues,
# but the result is still sufficient for lighttpd CI build tests.
# autoconf automake gmake libtool m4 meson py311-scons
run: |
set -e
Expand Down

0 comments on commit 081d6cb

Please sign in to comment.