Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-29 | Move i686-unknown-freebsd builds from Travis to BuildBot | Alan Somers | |
2017-07-29 | Change the FreeBSD builder's name to "amd64_fbsd11" | Alan Somers | |
2017-06-04 | Integrate the FreeBSD BuildBot | Alan Somers | |
* Gate Bors on the FreeBSD 11 build * Remove the testless FreeBSD build from Travis * Promote x86_64-unknown-freebsd to Tier 1 Fixes #603 | |||
2017-04-18 | Raise the bors timeout to four hours | Michael Howell | |
bors's timeout should always be twice a long as the test suite takes. This is to allow Travis to fast-fail a test; if one of the builders immediately reports a failure, then bors will move on to the next batch, leaving the slower builders to work through the already-doomed run and the next one. At the time this was written, nix's test suite took about an hour to run. The timeout was raised to four hours, instead of two, to give nix room to grow and time for delays on Travis's end. | |||
2017-04-15 | Replace homu with bors-ng | Kamal Marhubi | |
@homu has served us well, but is unmaintained. bors will serve us in its stead. Fixes https://github.com/nix-rust/nix/issues/580 |