aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-02-27 23:54:35 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-02-29 08:52:25 -0300
commit93a5d7a2f5f8771f79ae89936a74ca45bfe48660 (patch)
tree3f27a26666ad57c702636e577f08aaa1b2dbd23f /.github/workflows
parentbuild: format gcov.sh (diff)
downloadfirejail-93a5d7a2f5f8771f79ae89936a74ca45bfe48660.tar.gz
firejail-93a5d7a2f5f8771f79ae89936a74ca45bfe48660.tar.zst
firejail-93a5d7a2f5f8771f79ae89936a74ca45bfe48660.zip
build: standardize parallel make arguments
Currently the number of make jobs used for the default build target are hardcoded and the value used varies across files. For consistency (and potentially better performance), use `make -j "$(nproc)"` everywhere that `make -j` is currently used. Kind of relates to commit 500d8f2d6 ("ci: run make in parallel where applicable", 2023-08-14) / PR #5960.
Diffstat (limited to '.github/workflows')
0 files changed, 0 insertions, 0 deletions