mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #6627] [MERGED] ci: check-c: run all checks in parallel mode #6098
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#6098
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?
📋 Pull Request Information
Original PR: https://github.com/netblue30/firejail/pull/6627
Author: @kmk3
Created: 1/23/2025
Status: ✅ Merged
Merged: 1/25/2025
Merged by: @kmk3
Base:
master← Head:ci-check-c-parallel📝 Commits (1)
aed960aci: check-c: run all checks in parallel mode📊 Changes
1 file changed (+3 additions, -3 deletions)
View changed files
📝
.github/workflows/check-c.yml(+3 -3)📄 Description
This considerably speeds up the execution of the relevant steps, most
noticeably on scan-build:
Note: The above uses the average time of 3 runs on master (commit
bd946e359("Merge pull request #6624 frompowerjungle/chore/update-security-md", 2025-01-21)) [1] [2] [3] and 3
runs on this commit[4] [5] [6].
Note: This considers only the steps themselves, as the total time of
each job varies a lot between runs, mostly due to the apt-get
update/install steps. For example, the same
apt-get installcommandtook 3 seconds on one scan-build job run[7] and 132 seconds on another
scan-build job run[8].
Related commits:
500d8f2d6("ci: run make in parallel where applicable", 2023-08-14) /PR #5960
5b1bd33c7("build: use full paths on compile/link targets",2023-07-02) /
PR #6158
[1] https://github.com/netblue30/firejail/actions/runs/12928036246
[2] https://github.com/netblue30/firejail/actions/runs/12928180264
[3] https://github.com/netblue30/firejail/actions/runs/12928238010
[4] https://github.com/netblue30/firejail/actions/runs/12927984482/attempts/2
[5] https://github.com/netblue30/firejail/actions/runs/12927984482/attempts/3
[6] https://github.com/netblue30/firejail/actions/runs/12927984482/attempts/4
[7] https://github.com/netblue30/firejail/actions/runs/12928180264/job/36054893393
[8] https://github.com/netblue30/firejail/actions/runs/12881736117/job/35912783635
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.