mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-09 11:27:28 -03:00
ci: Skip broken Wine64 tests by default
This commit is contained in:
parent
36f5effa17
commit
fa5e706459
2 changed files with 4 additions and 1 deletions
|
@ -131,7 +131,7 @@ task:
|
||||||
FILE_ENV: "./ci/test/00_setup_env_arm.sh"
|
FILE_ENV: "./ci/test/00_setup_env_arm.sh"
|
||||||
|
|
||||||
task:
|
task:
|
||||||
name: 'Win64, unit tests, no gui tests, no functional tests'
|
name: 'Win64-cross'
|
||||||
<< : *GLOBAL_TASK_TEMPLATE
|
<< : *GLOBAL_TASK_TEMPLATE
|
||||||
persistent_worker:
|
persistent_worker:
|
||||||
labels:
|
labels:
|
||||||
|
|
|
@ -11,6 +11,9 @@ export CI_IMAGE_NAME_TAG="docker.io/amd64/debian:bookworm" # Check that https:/
|
||||||
export HOST=x86_64-w64-mingw32
|
export HOST=x86_64-w64-mingw32
|
||||||
export DPKG_ADD_ARCH="i386"
|
export DPKG_ADD_ARCH="i386"
|
||||||
export PACKAGES="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"
|
||||||
|
# Install wine, but do not run unit tests, as they surface frequent
|
||||||
|
# false-positives.
|
||||||
|
export RUN_UNIT_TESTS=${RUN_UNIT_TESTS:-false}
|
||||||
export RUN_FUNCTIONAL_TESTS=false
|
export RUN_FUNCTIONAL_TESTS=false
|
||||||
export GOAL="deploy"
|
export GOAL="deploy"
|
||||||
# Prior to 11.0.0, the mingw-w64 headers were missing noreturn attributes, causing warnings when
|
# Prior to 11.0.0, the mingw-w64 headers were missing noreturn attributes, causing warnings when
|
||||||
|
|
Loading…
Reference in a new issue