Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-22 | Travis: Disable all but one macOS build | teor | |
We need to mitigate slow scheduling of Travis macOS jobs. Closes ticket 32177. | |||
2019-10-20 | Travis: Add a --disable-module-relay job | teor | |
Part of 32123. | |||
2019-10-17 | Merge branch 'maint-0.3.5' into maint-0.4.0 | teor | |
2019-10-17 | Merge remote-tracking branch 'tor-github/pr/1373' into maint-0.4.2 | teor | |
2019-10-02 | Travis: Allow the build to finish before the macOS Rust job | teor | |
When we merged TOR_RUST_VERSION from master, the allow_failures rule did not match any more. Update it to make it match. Closes 31859 for master. | |||
2019-10-02 | Merge branch 'bug31859_041' into bug31859_master | teor | |
Merge master's RUST_VERSION="nightly" into the macOS Rust job from bug31859_041. Drop master's RUST_VERSION="beta", because we only have two Rust jobs now. | |||
2019-10-01 | Merge branch 'bug31859_040' into bug31859_041 | teor | |
Merge TOR_TEST_RNG_SEED in maint-0.4.1 into the coverage line from bug31859_040. | |||
2019-10-01 | Merge branch 'bug31859_035' into bug31859_040 | teor | |
2019-10-01 | Travis: Keep the macOS Rust job, but don't wait for it to finish | teor | |
Since Rust on macOS is slow, don't wait for the macOS Rust job to finish. Instead, split rust into slow rust (macOS) and fast rust (Linux). And allow the build to finish before slow rust finishes. Also make sure that we have: * a Rust build on each platform, * a Rust build with each compiler, and * a check on all our Rust builds. Finally, sort builds: allow fail last, macOS first, slowest first. Closes 31859 for 0.3.5. | |||
2019-10-01 | Travis: Split jobs, add essential jobs, remove redundant jobs | teor | |
Part of 31859 for 0.3.5. | |||
2019-10-01 | Merge branch 'bug31859_029' into bug31859_035 | teor | |
While merging: * leave out some redundant jobs and build matrix entries | |||
2019-09-30 | Travis: Add a macOS chutney job, but don't wait for it to finish | teor | |
Since Travis macOS has IPv6 support (and Travis Linux does not), chutney will now run its IPv6 networks as part of Travis CI. But since chutney is slow, don't wait for the macOS chutney to finish. (Travis have fixed the duplicate notification bug in fast_finish. So we can use fast_finish and allow_failure to finish early. Unfortunately, allow_failure also means we ignore failures in macOS chutney.) Also make sure that we have: * a compile on each platform, with each compiler, * a check on each platform, and * a check on each compiler. Finally, sort builds: allow fail last, macOS first, slowest first. Closes ticket 30860. Closes ticket 31859 for 0.2.9. | |||
2019-09-30 | Travis: Remove a redundant clang Linux job | teor | |
Part of 31859. | |||
2019-09-26 | Travis: Unroll the build matrix into matrix: include: | teor | |
The jobs should be the same, but Travis may display them differently. Part of 31859. | |||
2019-09-24 | Merge branch 'ticket31372_041' into ticket31372_042 | Nick Mathewson | |
2019-09-24 | Merge branch 'ticket31372_040' into ticket31372_041 | Nick Mathewson | |
2019-09-24 | Merge branch 'ticket31372_035' into ticket31372_040 | Nick Mathewson | |
2019-09-24 | Merge branch 'ticket31372_029' into ticket31372_035 | Nick Mathewson | |
2019-09-23 | Try using make -k in Travis configuration | Nick Mathewson | |
Frequently, when a patch fails, it has failures in several files. Using the "-k" flag will let us learn all the compilation errors, not just the first one that the compiler hits. Based on a patch by rl1987. | |||
2019-08-29 | Merge branch 'tor-github/pr/1236' | David Goulet | |
2019-08-27 | Merge branch 'maint-0.3.5' into maint-0.4.0 | George Kadianakis | |
2019-08-24 | Merge branch 'maint-0.4.1' | Nick Mathewson | |
2019-08-22 | Merge branch 'bug31463_040' into bug31463_041 | teor | |
2019-08-22 | Merge branch 'bug31463_035' into bug31463_040 | teor | |
2019-08-22 | Fix gcc build exclude on travis | Sebastian Hahn | |
The main build doesn't use HARDENING_OPTIONS, so the exclude shouldn't, either. Reduces the number of builders by one. | |||
2019-08-20 | Rust: Update version requirements and CI | Sebastian Hahn | |
The #[global_allocator] attribute is not available in versions prior to 1.28.0, the default-linker-libraries feature requires rust 1.31.0. Adapt the CI to prevent accidental increases in Rust version by testing against 1.31.0, beta and nightly. | |||
2019-08-08 | Merge branch 'maint-0.4.1' | teor | |
2019-08-08 | Merge branch 'maint-0.4.0' into maint-0.4.1 | teor | |
2019-08-08 | Merge branch 'maint-0.3.5' into maint-0.4.0 | teor | |
2019-08-08 | Merge remote-tracking branch 'tor-github/pr/1044' into maint-0.3.5 | teor | |
Merge changed chutney and stem script lines from 29280 with changed stem script lines from 30591. | |||
2019-08-08 | Merge remote-tracking branch 'tor-github/pr/1155' into maint-0.2.9 | teor | |
2019-07-23 | Merge branch 'maint-0.4.1' | David Goulet | |
2019-07-01 | Merge branch 'chutney_ci_v4_040' into chutney_ci_v4_041 | teor | |
2019-07-01 | Merge branch 'chutney_ci_v4_035' into chutney_ci_v4_040 | teor | |
This merge removes an incorrect comment about the stem version and commit script. | |||
2019-07-01 | Travis: SKIP_MAKE_CHECK="yes" when running stem | teor | |
And add some comments about stem Part of 29280. | |||
2019-07-01 | Merge branch 'chutney_ci_v4_029' into chutney_ci_v4_035 | teor | |
2019-07-01 | Travis: remove a redundant os: linux line | teor | |
Linux is the first item in the os matrix, so we don't need to specify it under matrix: include: . Part of 29280. | |||
2019-07-01 | Travis: show the chutney commit and python version | teor | |
Part of 29280. | |||
2019-07-01 | Travis: show chutney logs on chutney job failure | teor | |
Part of 29280. | |||
2019-07-01 | Travis: Log stem's TRACE logs to a file, and tail it on failure | teor | |
Also filter out stem's SocketClosed logs, and fix some nearby comments. Part of 30591. | |||
2019-06-23 | Improve comment in .travis.yml | rl1987 | |
2019-06-23 | On Travis, put random data in ~/.torrc | rl1987 | |
2019-06-14 | Travis: Don't log stem's SocketClosed TRACE logs to the console | teor | |
And fix some nearby comments. Part of 30591. | |||
2019-06-12 | Add a chutney mode to travis.yml. | Nick Mathewson | |
2019-06-12 | Travis: control "make check" with its own flag | Nick Mathewson | |
Previously we had "make check" launched whenever DISTCHECK was false. Now we'd like to turn it off in a few other circumstances, like running chutney. Maybe stem too? | |||
2019-06-11 | Merge remote-tracking branch 'tor-github/pr/1094' into maint-0.3.5 | teor | |
2019-06-11 | Merge remote-tracking branch 'tor-github/pr/1091' into maint-0.3.5 | teor | |
2019-06-11 | Merge remote-tracking branch 'tor-github/pr/990' into maint-0.3.5 | teor | |
2019-06-10 | Merge branch 'maint-0.4.0' into maint-0.4.1 | Nick Mathewson | |
2019-06-10 | Merge remote-tracking branch 'tor-github/pr/1094' into maint-0.4.0 | Nick Mathewson | |