Module: Mesa Branch: master Commit: 6a10397a01248140de1aa92ce826dee88d445a1a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6a10397a01248140de1aa92ce826dee88d445a1a
Author: Rob Clark <[email protected]> Date: Fri Mar 27 16:34:27 2020 -0700 gitlab-ci: disable vs2019 build Seems to be broken atm and blocking merging anything. Signed-off-by: Rob Clark <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4272> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4272> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f370a37b9ae..e30915c7e05 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -425,7 +425,7 @@ meson-clang: CC: "ccache clang-9" CXX: "ccache clang++-9" -meson-windows-vs2019: +.meson-windows-vs2019: extends: - .build-windows - .use-windows_build_vs2019 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
