From 62fa5c8d0f059ba75d7208a0d081da811065ba1c Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Mon, 12 Feb 2024 13:46:08 +1100 Subject: [PATCH] Revert "ci: Enable GALLIUM_DUMP_CPU=true only in the clang job" Rob worded it well in 9e8450b65ccc. "We don't want util_cpu to vomit cpu caps all over the test output." This reverts commit c6979d97e46907ff341665200b853cbca1d5524c. Reviewed-by: Eric Engestrom Part-of: --- .gitlab-ci/build/gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci/build/gitlab-ci.yml b/.gitlab-ci/build/gitlab-ci.yml index efb7bd47732..6908dab45f5 100644 --- a/.gitlab-ci/build/gitlab-ci.yml +++ b/.gitlab-ci/build/gitlab-ci.yml @@ -465,7 +465,6 @@ debian-clang: BUILDTYPE: debug LLVM_VERSION: 15 UNWIND: "enabled" - GALLIUM_DUMP_CPU: "true" C_ARGS: > -Wno-error=constant-conversion -Wno-error=enum-conversion