Skip to content

Commit b77569a

Browse files
committed
bump debian stable/trixie toolchain versions
1 parent 7572a26 commit b77569a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ jobs:
184184
export CW_CONFIG="${GITHUB_REF_NAME}-werror-linux-a64-x64"
185185
export CW_REVISION="${GITHUB_SHA}"
186186
. ./_versions.sh
187-
export CW_CCSUFFIX='-15'
188-
export CW_GCCSUFFIX='-12'
187+
export CW_CCSUFFIX='-19'
188+
export CW_GCCSUFFIX='-14'
189189
sudo podman image trust set --type reject default
190190
sudo podman image trust set --type accept docker.io/library
191191
time podman pull "${DOCKER_IMAGE_STABLE}"
@@ -336,8 +336,8 @@ jobs:
336336
export CW_CONFIG="${GITHUB_REF_NAME}-werror-linux-musl"
337337
export CW_REVISION="${GITHUB_SHA}"
338338
. ./_versions.sh
339-
export CW_CCSUFFIX='-15'
340-
export CW_GCCSUFFIX='-12'
339+
export CW_CCSUFFIX='-19'
340+
export CW_GCCSUFFIX='-14'
341341
sudo podman image trust set --type reject default
342342
sudo podman image trust set --type accept docker.io/library
343343
time podman pull "${DOCKER_IMAGE_STABLE}"

0 commit comments

Comments
 (0)