]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: netbsd: adjust packages after NetBSD-10 released
authorIlia Shipitsin <chipitsine@gmail.com>
Tue, 30 Apr 2024 14:11:26 +0000 (16:11 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 3 May 2024 07:01:36 +0000 (09:01 +0200)
pcre2 is installed already, installing it from packages lead to
conflict. curl is installed as a preparation for VTest

.github/workflows/netbsd.yml

index e34fe7621cfb663ad255e6ef8a119648890ed1e1..ea034595480db307a4f5c35e0e604048124561e3 100644 (file)
@@ -17,6 +17,6 @@ jobs:
         uses: vmactions/netbsd-vm@v1
         with:
           prepare: |
-            /usr/sbin/pkg_add gmake pcre2
+            /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