From 2c7d03c082343a163a0926bdbf7cd86677470d9c Mon Sep 17 00:00:00 2001 From: "Mario Limonciello (AMD)" Date: Sat, 14 Feb 2026 22:40:06 -0600 Subject: [PATCH] Disable pciaccess for mingw Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 65587123d..256dd90e1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -215,7 +215,7 @@ mingw-cross-build: script: - .gitlab-ci/meson-build.sh --run-install variables: - MESON_ARGS: --cross-file=.gitlab-ci/cross-i686-w64-mingw32.txt -Dglx=false -Dlisten_tcp=true + MESON_ARGS: --cross-file=.gitlab-ci/cross-i686-w64-mingw32.txt -Dglx=false -Dlisten_tcp=true -Dpciaccess=false freebsd: stage: build-and-test