File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -184,8 +184,8 @@ jobs:
184
184
export CW_CONFIG="${GITHUB_REF_NAME}-werror-linux-a64-x64"
185
185
export CW_REVISION="${GITHUB_SHA}"
186
186
. ./_versions.sh
187
- export CW_CCSUFFIX='-15 '
188
- export CW_GCCSUFFIX='-12 '
187
+ export CW_CCSUFFIX='-19 '
188
+ export CW_GCCSUFFIX='-14 '
189
189
sudo podman image trust set --type reject default
190
190
sudo podman image trust set --type accept docker.io/library
191
191
time podman pull "${DOCKER_IMAGE_STABLE}"
@@ -336,8 +336,8 @@ jobs:
336
336
export CW_CONFIG="${GITHUB_REF_NAME}-werror-linux-musl"
337
337
export CW_REVISION="${GITHUB_SHA}"
338
338
. ./_versions.sh
339
- export CW_CCSUFFIX='-15 '
340
- export CW_GCCSUFFIX='-12 '
339
+ export CW_CCSUFFIX='-19 '
340
+ export CW_GCCSUFFIX='-14 '
341
341
sudo podman image trust set --type reject default
342
342
sudo podman image trust set --type accept docker.io/library
343
343
time podman pull "${DOCKER_IMAGE_STABLE}"
You can’t perform that action at this time.
0 commit comments