mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 06:06:02 -06:00
[PR #6311] WIP: Meson build #5948
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#5948
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/6311
Author: @topimiettinen
Created: 4/13/2024
Status: 🔄 Open
Base:
master← Head:meson📝 Commits (10+)
1bf67f4MWE 1b3c20e6MWE 295451a8WE 31619d89Use meson in build/build-extra workflows for now9412323WE 40d2c134E 5ce30f85E 6607a28eprep for mesonbd427ecBuild firejail with meson 7c658bee8📊 Changes
47 files changed (+1080 additions, -225 deletions)
View changed files
📝
.github/workflows/build-extra.yml(+13 -12)📝
.github/workflows/build.yml(+7 -13)📝
.github/workflows/check-c.yml(+22 -28)➕
.github/workflows/requirements.txt(+19 -0)📝
.github/workflows/test.yml(+45 -85)📝
config.sh.in(+1 -1)➕
contrib/meson.build(+23 -0)➕
etc/meson.build(+55 -0)➕
meson.build(+185 -0)➕
meson_options.txt(+51 -0)📝
src/bash_completion/firejail.bash_completion.in(+1 -1)➕
src/bash_completion/meson.build(+19 -0)➕
src/build-make-compile-seccomp-filters.sh(+30 -0)➕
src/fbuilder/meson.build(+19 -0)➕
src/fcopy/meson.build(+17 -0)➕
src/fids/meson.build(+15 -0)➕
src/firecfg/meson.build(+18 -0)➕
src/firejail/meson.build(+77 -0)➕
src/firemon/meson.build(+29 -0)➕
src/fldd/meson.build(+16 -0)...and 27 more files
📄 Description
Rebased and updated from #4656 by @rusty-snake.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.