Skip to content

Commit fa5e706

Browse files
author
MarcoFalke
committed
ci: Skip broken Wine64 tests by default
1 parent 36f5eff commit fa5e706

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.cirrus.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ task:
131131
FILE_ENV: "./ci/test/00_setup_env_arm.sh"
132132

133133
task:
134-
name: 'Win64, unit tests, no gui tests, no functional tests'
134+
name: 'Win64-cross'
135135
<< : *GLOBAL_TASK_TEMPLATE
136136
persistent_worker:
137137
labels:

ci/test/00_setup_env_win64.sh

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ export CI_IMAGE_NAME_TAG="docker.io/amd64/debian:bookworm" # Check that https:/
1111
export HOST=x86_64-w64-mingw32
1212
export DPKG_ADD_ARCH="i386"
1313
export PACKAGES="nsis g++-mingw-w64-x86-64-posix wine-binfmt wine64 wine32 file"
14+
# Install wine, but do not run unit tests, as they surface frequent
15+
# false-positives.
16+
export RUN_UNIT_TESTS=${RUN_UNIT_TESTS:-false}
1417
export RUN_FUNCTIONAL_TESTS=false
1518
export GOAL="deploy"
1619
# Prior to 11.0.0, the mingw-w64 headers were missing noreturn attributes, causing warnings when

0 commit comments

Comments
 (0)