Replies: 2 comments
|
The two flags are coupled. From the user manual, on
Without cursor control you fall back to the interval, whose default of 0 is not "off" but an escalating schedule: the first report after 10 seconds, then 30, then once a minute. So switching curses off quietly took you from one update per second to one per minute, which on a farm build looks like a hang. Set it explicitly and you get plain scrolling output at a useful cadence: A couple of seconds is usually nicer than one on a shared machine, since the log stays readable. Worth saving you a detour: If you want to see the actual work rather than a summary line, One thing in your paste worth separating from the output question, though. Those repeated |
|
I don't think there is anything here for OR to do. This is just a bazel question. |
Uh oh!
There was an error while loading. Please reload this page.
When running the build on the farm with several processors in interactive I get something like:
We don't see what bazel is doing.
Using
--curses=nogives the same result.Using
--curses=no --show_progress=falsethere is almost nothing printed.Is there a way to have progress without always rewriting lines?
All reactions