GHA/curl-for-win: drop nolibgroup option, upstream default now
Ref: 2ed700e687
This commit is contained in:
parent
e0443a76c4
commit
3f9417b21d
4
.github/workflows/curl-for-win.yml
vendored
4
.github/workflows/curl-for-win.yml
vendored
@ -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}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user