From: Eric Anholt Date: Wed, 17 Jun 2020 22:29:31 +0000 (-0700) Subject: ci: disable the windows tests until the runner can be stabilized again X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bf63da3e95a0f6ba77651a5408702ef7b551a47d;p=mesa.git ci: disable the windows tests until the runner can be stabilized again I've been getting a stream of errors from Marge today like: FAILED: src/gallium/drivers/llvmpipe/lp_test_conv.exe link @src/gallium/drivers/llvmpipe/lp_test_conv.exe.rsp LINK : fatal error LNK1102: out of memory [1080/1141] Compiling C object src/gallium/frontends/wgl/945cc3d@@wgl@sta/stw_getprocaddress.c.obj Part-of: --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 17c33d3c12a..dd4c2a8951b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -558,7 +558,7 @@ meson-clang: CC: "ccache clang-9" CXX: "ccache clang++-9" -meson-windows-vs2019: +.meson-windows-vs2019: extends: - .build-windows - .use-windows_build_vs2019