travis-ci: attempt to fix linux builds#16022
Conversation
f14f06a to
208eb79
Compare
|
Thanks! |
|
Still seeing spurious failures, e.g., https://travis-ci.org/NixOS/nixpkgs/jobs/136399016 |
|
Looks to me like many (all?) builds that require executable permissions still fail. Any word from upstream on what could be the reason? |
|
@joachifm for example? |
|
In addition to the one I've already linked, the following are some examples of what I'm talking about: https://travis-ci.org/NixOS/nixpkgs/jobs/137042231 |
|
Almost every submission is now in the red, which means either travis got better at detecting errors, submission quality tanked, or it's erroring out too much to be useful. My impression leans more towards the latter. |
|
Looks like 5b7c6a1 may have done the trick; I restarted https://travis-ci.org/NixOS/nixpkgs/jobs/138028096 and it now works. |
From #16013 (comment):
Travis on Linux is still broken from around the time it was last touched by adding the Darwin support. (Looks like /tmp is now noexec or something). Please investigate.