Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Build firejail with meson #4656

Closed
wants to merge 35 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
f681c97
MWE 1
rusty-snake Oct 29, 2021
51354da
MWE 2
rusty-snake Oct 29, 2021
b26c949
WE 3
rusty-snake Oct 29, 2021
433aa4d
Use meson in build/build-extra workflows for now
rusty-snake Oct 29, 2021
1d96b61
WE 4
rusty-snake Oct 29, 2021
976bd89
E 5
rusty-snake Oct 29, 2021
520c166
E 6
rusty-snake Oct 29, 2021
021a4c4
prep for meson
rusty-snake Oct 30, 2021
7b2f81f
Build firejail with meson 7
rusty-snake Oct 30, 2021
ed5fdf8
8
rusty-snake Oct 30, 2021
43ce502
9
rusty-snake Oct 30, 2021
68d9bef
prep for meson
rusty-snake Oct 30, 2021
ab13ec5
WE 10
rusty-snake Oct 30, 2021
0b6edff
WE 11
rusty-snake Oct 31, 2021
59f549d
Update .github/workflows/build.yml
rusty-snake Oct 31, 2021
9a86e26
Update workflows
rusty-snake Oct 31, 2021
14edbbd
Update workflows
rusty-snake Oct 31, 2021
d31948d
Update workflows
rusty-snake Oct 31, 2021
fc5f700
NHWE 11
rusty-snake Oct 31, 2021
a8f3aba
Update workflows
rusty-snake Oct 31, 2021
ec12797
E 12
rusty-snake Oct 31, 2021
ad9d549
NHWE 13
rusty-snake Oct 31, 2021
58afaf4
NHWE 14
rusty-snake Oct 31, 2021
5032551
NHWE 15
rusty-snake Oct 31, 2021
1c718a7
NHWE 16
rusty-snake Oct 31, 2021
081f0c3
Update workflows
rusty-snake Oct 31, 2021
e09b405
Update workflows
rusty-snake Oct 31, 2021
07b8fdd
Update workflows
rusty-snake Oct 31, 2021
91135ff
17
rusty-snake Oct 31, 2021
512ad6d
WE 18
rusty-snake Oct 31, 2021
8e8fd36
Update workflows
rusty-snake Oct 31, 2021
2aa4311
WE 19
rusty-snake Oct 31, 2021
be1e226
NHWE 20
rusty-snake Oct 31, 2021
3612730
Update workflows
rusty-snake Oct 31, 2021
e8f46ce
21
rusty-snake Nov 2, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update workflows
  • Loading branch information
rusty-snake committed Oct 31, 2021
commit d31948de3621ca55eecd77e753347cb0fef64fb1
2 changes: 1 addition & 1 deletion .github/workflows/build-extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: meson setup
run: CC=clang-11 meson setup _builddir --werror
- name: scan-build
run: ninja -C builddir scan-build
run: ninja -C _builddir scan-build
cppcheck:
runs-on: ubuntu-20.04
steps:
Expand Down