aboutsummaryrefslogtreecommitdiff
path: root/ci/test/00_setup_env_win64.sh
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-06-28 11:10:51 +0100
committerfanquake <fanquake@gmail.com>2023-06-28 11:10:51 +0100
commit248a17addf3cb519cb5e0fb91b9f25ce8d003d85 (patch)
treea50ef06c5b84864971687a470d11edd6c209d285 /ci/test/00_setup_env_win64.sh
parentb50767fdde68d289f2bab0757d1e337277584405 (diff)
downloadbitcoin-248a17addf3cb519cb5e0fb91b9f25ce8d003d85.tar.xz
ci: remove duplicate python3 from CI configs
Diffstat (limited to 'ci/test/00_setup_env_win64.sh')
-rwxr-xr-xci/test/00_setup_env_win64.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/00_setup_env_win64.sh b/ci/test/00_setup_env_win64.sh
index 3adfbf6e47..d8c36ccf85 100755
--- a/ci/test/00_setup_env_win64.sh
+++ b/ci/test/00_setup_env_win64.sh
@@ -10,7 +10,7 @@ export CONTAINER_NAME=ci_win64
export CI_IMAGE_NAME_TAG=ubuntu:22.04 # Check that Jammy can cross-compile to win64
export HOST=x86_64-w64-mingw32
export DPKG_ADD_ARCH="i386"
-export PACKAGES="python3 nsis g++-mingw-w64-x86-64-posix wine-binfmt wine64 wine32 file"
+export PACKAGES="nsis g++-mingw-w64-x86-64-posix wine-binfmt wine64 wine32 file"
export RUN_FUNCTIONAL_TESTS=false
export GOAL="deploy"
export BITCOIN_CONFIG="--enable-reduce-exports --enable-external-signer --disable-gui-tests"