From 12a96ea77453047bd6a951ce3a414e828388ee0d Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 25 May 2021 10:33:46 +0100 Subject: [PATCH] ci/base: don't try to make warnings fatal The generated local.conf has ERROR_QA=${WARN_QA} in an attempt to make warnings fatal, but this appears to be just disabling some warnings and error instead. As we already have warning detection in the GitLab CI script, this is redundant and can be removed. Change-Id: I393874edbae148ee338a7069bbf800603c028242 Signed-off-by: Ross Burton --- ci/base.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/base.yml b/ci/base.yml index 45610fb5..0ae24362 100644 --- a/ci/base.yml +++ b/ci/base.yml @@ -34,7 +34,6 @@ local_conf_header: PARALLEL_MAKE = "-j16" INHERIT += "rm_work" PACKAGECONFIG_append_pn-perf = " coresight" - ERROR_QA = "${WARN_QA}" noptest: | DISTRO_FEATURES_remove = "ptest"