The check-libgo target runs "make check" in the
libgo package, which can take a long time on
slower machines. To prevent buildbot failures
due to timeout, we can use Ninja's console pool
for this target.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
The last time I tried this I ran into some bug in ninja that caused the rule not to terminate, and I never got around to investigating it. I just tried again and saw the same problem. Does it work for you?
Comment Actions
No, sorry, I hadn't run it to completion. I just confirmed that it wasn't buffering. I'll take a look at Ninja later, thanks.
Comment Actions
@pcc the newer gofrontend revision has the necessary fixes. check-libgo no longer hangs, and prints out results as they're available. OK to land now?