ci: Rename items specific to Windows + MSVCRT

This is necessary to prepare for introducing the new Windows + UCRT
script and jobs.
This commit is contained in:
Hennadii Stepanov
2025-11-21 14:26:59 +00:00
parent 17072f7005
commit bd130db994
2 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@
export LC_ALL=C.UTF-8
export CONTAINER_NAME=ci_win64
export CONTAINER_NAME=ci_win64_msvcrt
export CI_IMAGE_NAME_TAG="mirror.gcr.io/ubuntu:24.04" # Check that https://packages.ubuntu.com/noble/g++-mingw-w64-x86-64-posix (version 13.x, similar to guix) can cross-compile
export HOST=x86_64-w64-mingw32
export PACKAGES="g++-mingw-w64-x86-64-posix nsis"