mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #2483] Move clang-tidy and cppcheck to a separate CI stage #1218
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#1218
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gaul on GitHub (Jul 1, 2024).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2483
Instead of running clang-tidy and cppcheck across all CI targets, we could put these only in a separate CI target. Running across all targets exposes us to bugs in older versions, e.g., #2477, #2163, #1869, and wastes CI run-time doing duplicate work. Doing this would be similar to the existing valgrind target which only runs on ubuntu-latest.
@gaul commented on GitHub (Jul 1, 2024):
Also shellcheck.
@ggtakec commented on GitHub (Jul 1, 2024):
It seems best to set up separate CIs for each.
It seems best to base them on an OS (distribution) that can support the latest version as quickly as possible.(especially cppcheck)