From 7a794b1de40df87edc359a36d14e214daa1bfe60 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Thu, 16 Apr 2020 14:03:49 +0100 Subject: [PATCH] CI: Disable Windows/VS2019 builds An update seems to have poisoned gitlab-runner, and it can no longer resolve DNS even though the host system can. Disable this until we can figure out what's going on. Signed-off-by: Daniel Stone Part-of: --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c2b73bca927..c9b7c3ee8da 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -214,7 +214,7 @@ arm_test: WINDOWS_IMAGE: "$CI_REGISTRY_IMAGE/windows/x64_build:$WINDOWS_TAG" WINDOWS_UPSTREAM_IMAGE: "$CI_REGISTRY/$FDO_UPSTREAM_REPO/windows/x64_build:$WINDOWS_TAG" -windows_build_vs2019: +.windows_build_vs2019: extends: - .container - .windows-docker-vs2019 @@ -233,7 +233,7 @@ windows_build_vs2019: extends: .windows-docker-vs2019 image: "$WINDOWS_IMAGE" needs: - - windows_build_vs2019 + - .windows_build_vs2019 # BUILD @@ -438,7 +438,7 @@ meson-clang: CC: "ccache clang-9" CXX: "ccache clang++-9" -meson-windows-vs2019: +.meson-windows-vs2019: extends: - .build-windows - .use-windows_build_vs2019 -- 2.30.2