- 03 Jun, 2020 1 commit
-
-
Nick Mathewson authored
This reverts commit e63bfca5, now that Stem has been upgraded to fix the underlying issue.
-
- 14 May, 2020 1 commit
-
-
Nick Mathewson authored
This is a workaround for https://github.com/torproject/stem/issues/63
-
- 16 Mar, 2020 1 commit
-
-
teor authored
When a Travis chutney job fails, use chutney's new "diagnostics.sh" tool to produce detailed diagnostic output. Closes ticket 32792.
-
- 13 Feb, 2020 3 commits
- 28 Jan, 2020 1 commit
-
-
teor authored
Stop allowing failures on the Travis CI stem tests job. It looks like all the stem hangs we were seeing are now fixed, but let's make sure we see them if they happen again. Closes ticket 33075.
-
- 15 Dec, 2019 2 commits
- 03 Dec, 2019 2 commits
-
-
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.
-
- 01 Dec, 2019 1 commit
-
-
teor authored
This time, we're disabling it because it's the lowest priority job. (And also slow.) Part of 32629.
-
- 28 Nov, 2019 2 commits
-
- 24 Oct, 2019 2 commits
- 23 Oct, 2019 1 commit
-
-
teor authored
Recent Ubuntu versions have zstd >= 1.1, which is an optional tor build dependency. Closes ticket 32242.
-
- 22 Oct, 2019 2 commits
- 01 Oct, 2019 2 commits
-
-
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.
-
- 30 Sep, 2019 2 commits
-
-
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.
-
- 26 Sep, 2019 1 commit
-
-
teor authored
The jobs should be the same, but Travis may display them differently. Part of 31859.
-
- 23 Sep, 2019 1 commit
-
-
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.
-
- 22 Aug, 2019 1 commit
-
-
The main build doesn't use HARDENING_OPTIONS, so the exclude shouldn't, either. Reduces the number of builders by one.
-
- 01 Jul, 2019 5 commits
-
-
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.
-
- 14 Jun, 2019 1 commit
-
-
teor authored
And fix some nearby comments. Part of 30591.
-
- 12 Jun, 2019 2 commits
-
-
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?
-
- 10 Jun, 2019 2 commits
-
-
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.
-
- 30 May, 2019 1 commit
-
-
teor authored
Closes ticket 30694.
-
- 28 May, 2019 1 commit
-
-
teor authored
In Travis, make stem log a controller trace to the console. And tail stem's tor log after failure. Closes ticket 30591.
-
- 30 Apr, 2019 2 commits
-
-