summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-06-27 19:13:07 +0100
committerSimon McVittie <smcv@collabora.com>2022-07-13 20:36:13 +0100
commit4fd2dfdf51be90bdcc7a207a0f1971ac2528a251 (patch)
treed120f3f7822b24814706d64e4cc9c2c6786f75f7 /.gitlab-ci.yml
parent1f8bf488011f9ca8f07623bde19316f494b695bb (diff)
downloaddbus-4fd2dfdf51be90bdcc7a207a0f1971ac2528a251.tar.gz
CI: Don't run tests for openSUSE Meson mingw builds for now
They don't find their library dependencies. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b1418c3f..a5f30629 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -284,6 +284,9 @@ opensuse mingw64 meson debug:
variables:
ci_host: "x86_64-w64-mingw32"
ci_local_packages: "no"
+ # TODO: Tests in this configuration fail to find the mingw builds
+ # of expat and GLib in /usr/x86_64-w64-mingw32/sys-root/mingw/bin
+ ci_test: "no"
ci_variant: "debug"
.ubuntu-build: