This is an automated email from the ASF dual-hosted git repository.
philo-he pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 571e4792e5 [VL][CI] Fix clang-tidy CI failure (#12021)
571e4792e5 is described below
commit 571e4792e5e9104d4d0ba47e7a3f7ac22a21eae6
Author: Raushan Prabhakar <[email protected]>
AuthorDate: Mon May 4 11:56:49 2026 +0530
[VL][CI] Fix clang-tidy CI failure (#12021)
---
.github/workflows/cpp_clang_tidy.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/cpp_clang_tidy.yml
b/.github/workflows/cpp_clang_tidy.yml
index b6fff9e776..c720c23252 100644
--- a/.github/workflows/cpp_clang_tidy.yml
+++ b/.github/workflows/cpp_clang_tidy.yml
@@ -38,6 +38,10 @@ jobs:
with:
ref: ${{ github.event.workflow_run.head_sha }}
fetch-depth: 0
+ # Workspaces bind-mounted into containers are often owned by a different
UID than the
+ # container user; Git 2.35+ refuses operations unless the directory is
marked safe.
+ - name: Configure Git safe directory (container)
+ run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Detect C++ file changes
id: filter
run: |
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]