]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/curl-for-win: drop `nolibgroup` option, upstream default now
authorViktor Szakats <commit@vsz.me>
Thu, 6 Feb 2025 22:42:51 +0000 (23:42 +0100)
committerViktor Szakats <commit@vsz.me>
Thu, 6 Feb 2025 22:43:09 +0000 (23:43 +0100)
Ref: https://github.com/curl/curl-for-win/commit/2ed700e687fec09cd02241af3f1068849480fc16

.github/workflows/curl-for-win.yml

index 07207e24669bce40febdfaffd42ed85938be43af..ef479b3363ee04c358b76a5ed18fa22606b1bf37 100644 (file)
@@ -55,7 +55,7 @@ jobs:
         run: |
           git clone --depth 1 https://github.com/curl/curl-for-win
           mv curl-for-win/* .
-          export CW_CONFIG='-main-werror-linux-a64-x64-gcc-nolibgroup'
+          export CW_CONFIG='-main-werror-linux-a64-x64-gcc'
           export CW_REVISION='${{ github.sha }}'
           DOCKER_IMAGE='debian:bookworm-slim'
           export DOCKER_CONTENT_TRUST=1
@@ -150,7 +150,7 @@ jobs:
         run: |
           git clone --depth 1 https://github.com/curl/curl-for-win
           mv curl-for-win/* .
-          export CW_CONFIG='-main-werror-win-x86-gcc-nolibgroup-libssh1-zlibng'
+          export CW_CONFIG='-main-werror-win-x86-gcc-libssh1-zlibng'
           export CW_REVISION='${{ github.sha }}'
           . ./_versions.sh
           docker trust inspect --pretty "${DOCKER_IMAGE}"