mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #6230] [MERGED] build: reduce hardcoding and inconsistencies #5886
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#5886
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/6230
Author: @kmk3
Created: 2/29/2024
Status: ✅ Merged
Merged: 2/29/2024
Merged by: @netblue30
Base:
master← Head:build-reduce-inconsistencies📝 Commits (10+)
48db047build: use generic wildcard on package installc9531d9build: add print-version target and use in CIae00d7eci: add and use PKGNAME variable in in debian_ci95f866eci: remove unnecessary dependencies and endpointsf7e7477ci: run check-c.yml on any C code change99fb723ci: move build_no_apparmor job near other similar jobs2f69200ci: update top-level comment in .gitlab-ci.yml223f71dbuild: format gcov.sh93a5d7abuild: standardize parallel make arguments2301ab2build: standardize ./configure arguments📊 Changes
12 files changed (+215 additions, -126 deletions)
View changed files
📝
.github/workflows/build-extra.yml(+4 -5)📝
.github/workflows/build.yml(+6 -6)📝
.github/workflows/check-c.yml(+6 -5)📝
.github/workflows/test.yml(+25 -20)📝
.gitlab-ci.yml(+59 -45)📝
Makefile(+4 -0)📝
contrib/update_deb.sh(+1 -1)📝
gcov.sh(+12 -4)📝
mkdeb.sh(+1 -1)📝
platform/rpm/mkrpm.sh(+2 -0)📝
src/tools/mkcoverit.sh(+1 -1)📝
test/compile/compile.sh(+94 -38)📄 Description
Main changes:
Relates to #5148 #5960 #6224.
This is a follow-up to #6222.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.