You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0c1b29a ci: use GCC 13 for some jobs (fanquake)
cbc65b3 guix: use GCC 13.3.0 for base toolchain. (fanquake)
Pull request description:
Switch release builds to using GCC 13.3.0: https://gcc.gnu.org/gcc-13/, which landed in Guix in: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=750148ce1ea6c65a7c14424546db0078161f7e17.
Does not solve the cross-arch non-determinism for `powerpc64le-linux-gnu` builds.
ACKs for top commit:
achow101:
ACK 0c1b29a
hebasto:
ACK 0c1b29a.
TheCharlatan:
Re-ACK 0c1b29a
Tree-SHA512: eb3f091278d371166eb1df4718b6d0d68b09db65291d563dddd581964f2b488f901e4ba43831a699e2d0fd053d6e9038a307cbea78d5597da77699c34b440ea6
export CI_IMAGE_NAME_TAG="docker.io/debian:bookworm"# Check that https://packages.debian.org/bookworm/g++-arm-linux-gnueabihf (version 12.2, similar to guix) can cross-compile
13
+
export CI_IMAGE_NAME_TAG="docker.io/ubuntu:noble"# Check that https://packages.ubuntu.com/noble/g++-arm-linux-gnueabihf (version 13.3, similar to guix) can cross-compile
Copy file name to clipboardExpand all lines: ci/test/00_setup_env_win64.sh
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
export LC_ALL=C.UTF-8
8
8
9
9
export CONTAINER_NAME=ci_win64
10
-
export CI_IMAGE_NAME_TAG="docker.io/debian:bookworm"# Check that https://packages.debian.org/bookworm/g++-mingw-w64-x86-64-posix (version 12.2, similar to guix) can cross-compile
10
+
export CI_IMAGE_NAME_TAG="docker.io/ubuntu:noble"# Check that g++-mingw-w64-x86-64-posix (version 13.2, similar to guix) can cross-compile
0 commit comments