mirror of https://github.com/bitcoin/bitcoin.git
ci: Use native platform for win-cross task
This commit is contained in:
parent
919e6d01e9
commit
fa6fd16f36
|
@ -8,7 +8,6 @@ export LC_ALL=C.UTF-8
|
||||||
|
|
||||||
export CONTAINER_NAME=ci_win64
|
export CONTAINER_NAME=ci_win64
|
||||||
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 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 CI_IMAGE_PLATFORM="linux/amd64"
|
|
||||||
export HOST=x86_64-w64-mingw32
|
export HOST=x86_64-w64-mingw32
|
||||||
export PACKAGES="g++-mingw-w64-x86-64-posix nsis"
|
export PACKAGES="g++-mingw-w64-x86-64-posix nsis"
|
||||||
export RUN_UNIT_TESTS=false
|
export RUN_UNIT_TESTS=false
|
||||||
|
|
Loading…
Reference in New Issue