mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #6864] [MERGED] ci: speed-up main build & add build-gcc #6203
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#6203
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/6864
Author: @kmk3
Created: 8/17/2025
Status: ✅ Merged
Merged: 8/18/2025
Merged by: @kmk3
Base:
master← Head:ci-speedup-main-build📝 Commits (3)
0d2b949ci: copy build to build-gcc & remove --enable-analyzer47811cbci: run main build in paralleldbf4b9aci: drop apt dependencies from main build📊 Changes
2 files changed (+39 additions, -13 deletions)
View changed files
📝
.github/workflows/build-extra.yml(+35 -0)📝
.github/workflows/build.yml(+4 -13)📄 Description
-fanalyzerincreases the chance of false positives (compared to usingjust the normal warning flags), so leave it just in build-extra to make
it clearer why the main build fails (that is, build errors, normal
warnings or analyzer warnings).
When comparing master (
8bccd686f) [2] [3] [4] to this commit [5] [6] [7]using 3 consecutive builds each, the average build time goes down from
77s to 21s (a ~72% reduction), making the CI feedback much quicker,
which is especially helpful when iterating on a branch in general and
when trying to debug CI build failures.
Relates to #5960 #6806.
[2] https://github.com/netblue30/firejail/actions/runs/17019049268/job/48245518988
[3] https://github.com/netblue30/firejail/actions/runs/17019049268/job/48245547046
[4] https://github.com/netblue30/firejail/actions/runs/17019049268/job/48245579009
[5] https://github.com/netblue30/firejail/actions/runs/17019030502/job/48245478097
[6] https://github.com/netblue30/firejail/actions/runs/17019030502/job/48245617867
[7] https://github.com/netblue30/firejail/actions/runs/17019030502/job/48245626724
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.