summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>2022-01-12 10:27:01 +0200
committerMarge Bot <emma+marge@anholt.net>2022-01-12 09:04:29 +0000
commit567a9550d78a92815e7075eda42c38519b73c0b2 (patch)
treefb022ea18899c6ad63b0c2a7df0a470790925ed4 /.gitlab-ci.yml
parent912acbf963e4f054f9e57df72f3390d4fd9fcab3 (diff)
ci: disable vs2019 windows build
Failing with : error during connect: In the default daemon configuration on Windows, the docker client must be run with elevated privileges to connect.: Post http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/auth: open //./pipe/docker_engine: The system cannot find the file specified. Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14509>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bb9e9ade757..f45ed1f8450 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -575,7 +575,7 @@ debian/arm_test:
MESA_IMAGE_TAG: "2021-11-19-piglit-uprev"
MESA_UPSTREAM_IMAGE: "$CI_REGISTRY/$FDO_UPSTREAM_REPO/$MESA_IMAGE_PATH:${MESA_IMAGE_TAG}"
-windows_build_vs2019:
+.windows_build_vs2019:
inherit:
default: false
extends:
@@ -1043,7 +1043,7 @@ debian-clang:
CC: clang
CXX: clang++
-windows-vs2019:
+.windows-vs2019:
extends:
- .build-windows
- .use-windows_build_vs2019