From: Viktor Szakats Date: Thu, 6 Feb 2025 22:42:51 +0000 (+0100) Subject: GHA/curl-for-win: drop `nolibgroup` option, upstream default now X-Git-Tag: curl-8_12_1~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f9417b21d41d02d26a0e6f2a6e2a5a6e4478370;p=thirdparty%2Fcurl.git GHA/curl-for-win: drop `nolibgroup` option, upstream default now Ref: https://github.com/curl/curl-for-win/commit/2ed700e687fec09cd02241af3f1068849480fc16 --- diff --git a/.github/workflows/curl-for-win.yml b/.github/workflows/curl-for-win.yml index 07207e2466..ef479b3363 100644 --- a/.github/workflows/curl-for-win.yml +++ b/.github/workflows/curl-for-win.yml @@ -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}"