ci: update to v7 of the GCC p1689r5 patches

This commit is contained in:
Ben Boeckel 2023-08-11 12:15:41 -04:00
parent cc5234b03e
commit 38251e00e1

View File

@ -2,7 +2,7 @@
set -e
readonly revision="p1689r5-cmake-ci-20220614" # 3075e510e3d29583f8886b95aff044c0474c84a5
readonly revision="p1689r5-cmake-ci-20230814" # 9fd54ccc390ab4eb3c48186b7bf15e02632cc76c
readonly tarball="https://github.com/mathstuf/gcc/archive/$revision.tar.gz"
readonly workdir="$HOME/gcc"