From 22a6396340ce9a0c56d55eade3bb2370ae8a8bf0 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 19 Oct 2020 11:54:24 -0700 Subject: [PATCH] ci: Enable Werror on meson-arm64-build-test. I found that it was warnings-clean already, let's make sure it stays that way. Reviewed-by: Rob Clark Part-of: --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9fe1d362825..b98236c7b62 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -779,6 +779,7 @@ meson-arm64-build-test: VULKAN_DRIVERS: "amd" EXTRA_OPTION: > -Dtools=panfrost + -D werror=true script: - .gitlab-ci/meson-build.sh