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
Copy file name to clipboardExpand all lines: ci/test/00_setup_env_win64.sh
+1-1Lines changed: 1 addition & 1 deletion
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/amd64/ubuntu:22.04"# Check that Jammy can cross-compile to win64
10
+
export CI_IMAGE_NAME_TAG="docker.io/amd64/debian:bookworm"# Check that https://packages.debian.org/bookworm/g++-mingw-w64-x86-64-posix (version 12.2, similar to guix) can cross-compile
0 commit comments