mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:51:42 +03:00
GHA/curl-for-win: use DOCKER_IMAGE_STABLE
Replacing the hard-wired stable image. After this patch, it will automatically follow upstream updates. Follow-up to6870bc1b35Follow-up to5a25df253dCloses #18709
This commit is contained in:
parent
acd0aa2c9d
commit
22b9f77e38
1 changed files with 3 additions and 3 deletions
6
.github/workflows/curl-for-win.yml
vendored
6
.github/workflows/curl-for-win.yml
vendored
|
|
@ -58,17 +58,17 @@ jobs:
|
|||
mv curl-for-win/* .
|
||||
export CW_CONFIG='-main-werror-unitybatch-linux-a64-x64-gcc'
|
||||
export CW_REVISION="${GITHUB_SHA}"
|
||||
DOCKER_IMAGE='debian:bookworm-slim'
|
||||
. ./_versions.sh
|
||||
export CW_CCSUFFIX='-15'
|
||||
export CW_GCCSUFFIX='-12'
|
||||
sudo podman image trust set --type reject default
|
||||
sudo podman image trust set --type accept docker.io/library
|
||||
time podman pull "${DOCKER_IMAGE}"
|
||||
time podman pull "${DOCKER_IMAGE_STABLE}"
|
||||
podman images --digests
|
||||
time podman run --volume "$(pwd):$(pwd)" --workdir "$(pwd)" \
|
||||
--env-file <(env | grep -a -E \
|
||||
'^(CW_|GITHUB_)') \
|
||||
"${DOCKER_IMAGE}" \
|
||||
"${DOCKER_IMAGE_STABLE}" \
|
||||
sh -c ./_ci-linux-debian.sh
|
||||
|
||||
linux-musl-llvm:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue