Skip to content

Commit 081d6cb

Browse files
committed
[ci] workaround some packaging issues in NetBSD 10
1 parent 42c8a1a commit 081d6cb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,11 @@ jobs:
152152
brotli libdeflate zlib zstd \
153153
libmaxminddb libunwind lua51 lua54 \
154154
libxml2 sqlite3
155+
pkg_add dash
156+
# note: repeat 'pkg_add dash' to exit 0
157+
# since NetBSD 10.0 has some issues with the packaging of the listed
158+
# packages above and exits non-zero due to various packaging issues,
159+
# but the result is still sufficient for lighttpd CI build tests.
155160
# autoconf automake gmake libtool m4 meson py311-scons
156161
run: |
157162
set -e

0 commit comments

Comments
 (0)