It's hard to see which compiler flags our CI uses because we do not compile with `V=1`, and thus we only see beautified output. This information can be important at times though and may help developers to see what's going on in a CI job. Furthermore, both GitLab and GitHub have sections in their output such that the build output can be neatly hidden away, so it doesn't clutter the output, either. Compile code with `V=1` to improve debuggability. Signed-off-by: Patrick Steinhardt <ps@xxxxxx> --- ci/run-build-and-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/run-build-and-tests.sh b/ci/run-build-and-tests.sh index 98dda42045..2aaaf40f94 100755 --- a/ci/run-build-and-tests.sh +++ b/ci/run-build-and-tests.sh @@ -48,7 +48,7 @@ pedantic) ;; esac -group Build make +group Build make V=1 if test -n "$run_tests" then group "Run tests" make test || -- 2.45.2.436.gcd77e87115.dirty
Attachment:
signature.asc
Description: PGP signature