The build on travis-ci has a great probability of failing
shuaimu opened this issue · 1 comments
shuaimu commented
On legacy frastructure (container-based is more likely to succeed, but it does not support many packages).
It happens to both g++ and clang++, yet clang++ can succeed with several retries, while g++ seems to fail all the time.
In both cases, g++ and clang++ will report errors of itself (not errors on the code).
shuaimu commented
seems fixed after restricting the number of parallel jobs to 1. using: ./waf -j 1