]> git.ipfire.org Git - thirdparty/shadow.git/commit
share/containers/, .github/workflows/: Don't make(1) twice
authorAlejandro Colomar <alx@kernel.org>
Tue, 13 Feb 2024 15:54:33 +0000 (16:54 +0100)
committerSerge Hallyn <serge@hallyn.com>
Wed, 13 Mar 2024 16:05:36 +0000 (11:05 -0500)
commita3cae72faaf71d88d48cccdbd57586397be19afe
tree9a27ec5b31142dcb142150f21d6e7e67bcb9ebeb
parent26deef6945a8bd2a36d7fb9d281ee2188cec99c5
share/containers/, .github/workflows/: Don't make(1) twice

It was being done so that the second one prints errors without races.
However, the same thing can be achieved by passing -Orecurse to make(1).

And this makes the logs even more readable, since there's no racy output
at all.

Fixes: 97f79e3b2715 ("CI: Make build logs more readable")
Link: <https://github.com/shadow-maint/shadow/pull/702>
Link: <https://github.com/nginx/unit/pull/1123>
Acked-by: Iker Pedrosa <ipedrosa@redhat.com>
Cc: Andrew Clayton <a.clayton@nginx.com>
Cc: Konstantin Pavlov <thresh@nginx.com>
Cc: Dylan Arbour <https://github.com/arbourd>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
.github/workflows/static-code-analysis.yml
share/containers/alpine.dockerfile
share/containers/debian.dockerfile
share/containers/fedora.dockerfile