Module: Mesa
Branch: main
Commit: ba2bbe21b4d06b41c65ab6ca3bc52ce913148974
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=ba2bbe21b4d06b41c65ab6ca3bc52ce913148974

Author: Erik Faye-Lund <erik.faye-l...@collabora.com>
Date:   Mon Nov  6 12:14:54 2023 +0100

ci: opt-out panfrost from clang-format

In 0e481bf4632 ("ci: Opt out asahi from clang-format"), Alyssa
recommended other drivers to follow suit. Since Panfrost originates from
Alyssa, and I doubt any other of the developers particularly cares too
much about this, let's follow her recommendation.

Reviewed-by: Boris Brezillon <boris.brezil...@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26062>

---

 .clang-format-include          | 1 -
 .gitlab-ci/test-source-dep.yml | 1 -
 2 files changed, 2 deletions(-)

diff --git a/.clang-format-include b/.clang-format-include
index 3ca303188db..be36b4ffb33 100644
--- a/.clang-format-include
+++ b/.clang-format-include
@@ -1,7 +1,6 @@
 # The following files are opted into `ninja clang-format` and
 # enforcement in the CI.
 
-src/**/panfrost/**/*
 src/gallium/drivers/i915
 src/amd/vulkan/**/*
 src/amd/compiler/**/*
diff --git a/.gitlab-ci/test-source-dep.yml b/.gitlab-ci/test-source-dep.yml
index 2c5e251f26f..be6562f944c 100644
--- a/.gitlab-ci/test-source-dep.yml
+++ b/.gitlab-ci/test-source-dep.yml
@@ -235,7 +235,6 @@
       - .clang-format-ignore
       - src/**/.clang-format
       - src/egl/**/*
-      - src/**/panfrost/**/*
       - src/amd/vulkan/**/*
       - src/amd/compiler/**/*
       when: on_success

Reply via email to