internal/rosa/ninja: bootstrap with verbose output

This otherwise outputs nothing, and appears to hang until the (fully single-threaded) bootstrap completes.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-04-15 22:19:05 +09:00
parent 89d6d9576b
commit d6b082dd0b

View File

@@ -13,6 +13,7 @@ func (t Toolchain) newNinja() (pkg.Artifact, string) {
}, nil, nil, `
cd "$(mktemp -d)"
python3 /usr/src/ninja/configure.py \
--verbose \
--bootstrap \
--gtest-source-dir=/usr/src/googletest
./ninja `+jobsFlagE+` all