Skip to content

Commit

Permalink
revert to gcc-13 for linux-glibc-debian-testing-gcc
Browse files Browse the repository at this point in the history
To avoid this:
```
+ apt-get --option Dpkg::Use-Pty=0 install --yes curl git gpg gpg-agent rsync python3-pefile make cmake zip xz-utils time jq secure-delete checksec qemu-user-static gcc-14 g++-14 gcc-14-aarch64-linux-gnu g++-14-aarch64-linux-gnu libgcc-14-dev libc6-dev-arm64-cross
Reading package lists...
Building dependency tree...
Reading state information...
Package gcc-14-aarch64-linux-gnu is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'gcc-14-aarch64-linux-gnu' has no installation candidate
E: Unable to locate package g++-14-aarch64-linux-gnu
E: Couldn't find any package by regex 'g++-14-aarch64-linux-gnu'
```
Ref: https://github.com/curl/curl-for-win/actions/runs/8985369476/job/24679216957#step:3:104

Interestingly the same works when musl is also installed.
  • Loading branch information
vszakats committed May 9, 2024
1 parent a534118 commit dfa7da8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
export CW_CONFIG='${{ github.ref_name }}-linux-gcc'
export CW_REVISION='${{ github.sha }}'
. ./_versions.sh
export CW_GCCSUFFIX='-13'
docker trust inspect --pretty "${DOCKER_IMAGE}"
time docker pull "${DOCKER_IMAGE}"
docker images --digests
Expand Down

0 comments on commit dfa7da8

Please sign in to comment.