We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba48fcf commit 3ffc190Copy full SHA for 3ffc190
ci/test/00_setup_env_win64.sh
@@ -10,7 +10,7 @@ export CONTAINER_NAME=ci_win64
10
export DOCKER_NAME_TAG=ubuntu:22.04 # Check that Jammy can cross-compile to win64
11
export HOST=x86_64-w64-mingw32
12
export DPKG_ADD_ARCH="i386"
13
-export PACKAGES="python3 nsis g++-mingw-w64-x86-64 wine-binfmt wine64 wine32 file"
+export PACKAGES="python3 nsis g++-mingw-w64-x86-64-posix wine-binfmt wine64 wine32 file"
14
export RUN_FUNCTIONAL_TESTS=false
15
export GOAL="deploy"
16
export BITCOIN_CONFIG="--enable-reduce-exports --disable-external-signer --disable-gui-tests"
0 commit comments