aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-04-15 22:19:05 +0900
committerOphestra <cat@gensokyo.uk>2026-04-15 22:19:05 +0900
commitd6b082dd0b162197c06b8ac06279024c64ceb0e3 (patch)
tree663ae2d9dca99788140ab0a4ec3d8895ea2285c2
parent89d6d9576bc209aad56681f36ea5047dab5a7d27 (diff)
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>
-rw-r--r--internal/rosa/ninja.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/rosa/ninja.go b/internal/rosa/ninja.go
index ff0e739c..3614f99d 100644
--- a/internal/rosa/ninja.go
+++ b/internal/rosa/ninja.go
@@ -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