diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-04-15 22:19:05 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-04-15 22:19:05 +0900 |
| commit | d6b082dd0b162197c06b8ac06279024c64ceb0e3 (patch) | |
| tree | 663ae2d9dca99788140ab0a4ec3d8895ea2285c2 /internal | |
| parent | 89d6d9576bc209aad56681f36ea5047dab5a7d27 (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>
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/rosa/ninja.go | 1 |
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 |
