From aaf1b0927069d0724cdc157584464b866dab9d9d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michel=20D=C3=A4nzer?= Date: Wed, 30 Oct 2019 09:38:20 +0100 Subject: [PATCH] gitlab-ci: Disable meson-windows job for the time being It needs a CI runner carrying the mesa-windows tag, but there's none available currently. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 92097c13565..becc1c18da6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -296,7 +296,7 @@ meson-clang: CC: "ccache clang-8" CXX: "ccache clang++-8" -meson-windows: +.meson-windows: extends: - .build-windows before_script: -- 2.30.2