[PR #2567] [MERGED] Separate clang-tidy into its own CI task #2631

Closed
opened 2026-03-04 02:06:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2567
Author: @gaul
Created: 10/22/2024
Status: Merged
Merged: 10/23/2024
Merged by: @ggtakec

Base: masterHead: ci/clang-tidy


📝 Commits (1)

  • 8efaa8f Separate clang-tidy into its own CI task

📊 Changes

1 file changed (+25 additions, -9 deletions)

View changed files

📝 .github/workflows/ci.yml (+25 -9)

📄 Description

clang-tidy takes 4 minutes on my laptop compared to ALL_TESTS=1 which takes 8 minutes. Using a separate tasks avoids duplicating clang-tidy and unnecessarily slowing CI run-time.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/2567 **Author:** [@gaul](https://github.com/gaul) **Created:** 10/22/2024 **Status:** ✅ Merged **Merged:** 10/23/2024 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `ci/clang-tidy` --- ### 📝 Commits (1) - [`8efaa8f`](https://github.com/s3fs-fuse/s3fs-fuse/commit/8efaa8fc5801c73790c5fc66ff238745ef8d79c6) Separate clang-tidy into its own CI task ### 📊 Changes **1 file changed** (+25 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yml` (+25 -9) </details> ### 📄 Description clang-tidy takes 4 minutes on my laptop compared to ALL_TESTS=1 which takes 8 minutes. Using a separate tasks avoids duplicating clang-tidy and unnecessarily slowing CI run-time. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:06:31 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#2631
No description provided.