- Dec 03, 2019
-
-
teor authored
NSS: * test NSS-specific code with -std=gnu99 * use a recent gcc version from the latest Ubuntu image Chutney: * use clang, so we keep one clang Linux job * keep clang on a fast job, so the overall build finishes quickly Closes ticket 32500 for 0.3.5.
-
teor authored
Require C99 standards-conforming code in Travis CI, but allow GNU gcc extensions. Also activates clang's -Wtypedef-redefinition warnings. Builds some jobs with -std=gnu99, and some jobs without. Closes ticket 32500.
-
- Dec 01, 2019
-
-
teor authored
This time, we're disabling it because it's the lowest priority job. (And also slow.) Part of 32629.
-
- Nov 28, 2019
-
- Oct 24, 2019
- Oct 22, 2019
- Oct 01, 2019
-
-
teor authored
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.
-
teor authored
Part of 31859 for 0.3.5.
-
- Sep 30, 2019
-
-
teor authored
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.
-
teor authored
Part of 31859.
-
- Sep 26, 2019
-
-
teor authored
The jobs should be the same, but Travis may display them differently. Part of 31859.
-
- Sep 23, 2019
-
-
Nick Mathewson authored
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.
-
- Aug 22, 2019
-
-
The main build doesn't use HARDENING_OPTIONS, so the exclude shouldn't, either. Reduces the number of builders by one.
-
- Jul 01, 2019
-
-
teor authored
And add some comments about stem Part of 29280.
-
teor authored
Linux is the first item in the os matrix, so we don't need to specify it under matrix: include: . Part of 29280.
-
teor authored
Part of 29280.
-
teor authored
Part of 29280.
-
teor authored
Also filter out stem's SocketClosed logs, and fix some nearby comments. Part of 30591.
-
- Jun 14, 2019
-
-
teor authored
And fix some nearby comments. Part of 30591.
-
- Jun 12, 2019
-
-
Nick Mathewson authored
-
Nick Mathewson authored
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?
-
- Jun 10, 2019
-
-
teor authored
Skip test_rebind when the TOR_SKIP_TEST_REBIND environmental variable is set. Skip test_rebind on macOS in Travis builds, because it is unreliable on macOS on Travis. Fixes bug 30713; bugfix on 0.3.5.1-alpha.
-
teor authored
Allow the test-stem job to fail in Travis, because it sometimes hangs. Fixes bug 30744; bugfix on 0.3.5.4-alpha.
-
- May 30, 2019
-
-
teor authored
Closes ticket 30694.
-
- May 28, 2019
-
-
teor authored
In Travis, make stem log a controller trace to the console. And tail stem's tor log after failure. Closes ticket 30591.
-
- Apr 30, 2019
-
- Apr 22, 2019
-
-
teor authored
Closes ticket 30234.
-
- Apr 12, 2019
-
-
Unlike kill, timelimit can only signal the process it launches. So we need timelimit to launch python, not make. Closes ticket 30117; diagnostic for 29437.
-
- Apr 11, 2019
-
-
teor authored
Part of 30117.
-
- Apr 04, 2019
-
-
teor authored
(Travis terminates the job after 10 minutes of no output.) Diagnostic for 29437. Fixes bug 30011; bugfix on 0.3.5.4-alpha.
-
- Apr 01, 2019
-
-
teor authored
And add some useful comments
-
Also, refrain from caching target/. See: https://levans.fr/rust_travis_cache.html
-
teor authored
And fix a comment. See: https://gcc.gnu.org/onlinedocs/gcc/Gcov-Data-Files.html#Gcov-Data-Files
-
- Mar 20, 2019
-
-
Alexander Hansen Færøy authored
Since we have moved coveralls to the script target the entire build will now fail if coveralls fail. We handle it more gracefully by echo'ing the failure instead of doing a hard-failure. See: https://bugs.torproject.org/29036
-
Alexander Hansen Færøy authored
This should ensure that GCDA files are never entering the cache of Travis CI. See: https://bugs.torproject.org/29036
-