- Print commands in both unexpanded and expanded forms
- Set VERBOSE=1 for CMake
Ping MarcoFalke hopefully you use V=1 already for the Guix builds on DrahtBot?
- Print commands in both unexpanded and expanded forms
- Set VERBOSE=1 for CMake
Ping MarcoFalke hopefully you use V=1 already for the Guix builds on DrahtBot?
- Print commands in both unexpanded and expanded forms
- Set VERBOSE=1 for CMake
Thanks! Concept A⃣ C⃣ K⃣
<!--9cd9c72976c961c55c7acef8f6ba82cd-->
2 | @@ -3,6 +3,14 @@ export LC_ALL=C 3 | set -e -o pipefail 4 | export TZ=UTC 5 | 6 | +if [ -n "$V" ]; then
No idea if it's a problem, but won't this detect V=0 as well?
Right yes, I just wanted to conform with the README which says that we will do thing if "$V" is non-empty. Perhaps I can note in the README that we don't try to interpret the value of "$V" at all.
<!--9cd9c72976c961c55c7acef8f6ba82cd-->
𝒜𝒞𝒦 82f4b5a98e2ab213f02773eed17019df23f731cd
140 | @@ -141,6 +141,11 @@ find output/ -type f -print0 | sort -z | xargs -r0 sha256sum 141 | 142 | If non-empty, will pass `V=1` to all `make` invocations, making `make` output 143 | verbose. 144 | +
ACK f852761aec81ed23c7b9e4546c08d1ef303f2507. Ran a Windows Guix build and compared the output from master and this PR when using V=1. i.e HOSTS=x86_64-w64-mingw32 PATH="/root/.config/guix/current/bin${PATH:+:}$PATH" V=1 ./contrib/guix/guix-build.sh.