- Jun 10, 2019
-
-
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.
-
- 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
-
- Oct 29, 2018
-
-
-
-
Also print stem version when we have it downloaded
-
When running `make test-stem` on Travis, we should refrain from also running `make check`. Furthermore, let's limit compilation to src/app/tor target.
-
-
- Oct 12, 2018
-
-
Taylor Yu authored
Report what program produced the mysterious core file that we occasionally see on Travis CI during make distcheck. Closes ticket 28024.
-
- Oct 02, 2018
-
-
Alex Crichton authored
Previously the sanitizers are forcibly disabled as they were found to be incompatible with Rust code. The nightly channel of Rust, however, now has some fixes which should make this disabling no longer necessary.
-
- Sep 25, 2018
-
-
cypherpunks authored
-
- Sep 18, 2018
-
-
teor authored
xz and zstd were added as optional dependencies in 0.3.1.1-alpha. Implements ticket 27738.
-
teor authored
Use the Travis Homebrew addon to install packages on macOS. The package list is the same, but the Homebrew addon does not do a `brew update` by default. This makes builds faster, at the cost of using slightly older packages. Implements ticket 27738.
-
- Sep 05, 2018
- Aug 23, 2018
- Aug 10, 2018
-
-
teor authored
-
teor authored
Backports an 0.3.4 change that also works in 0.3.3. Part of 24629.
-
teor authored
TOR_RUST_DEPENDENCIES used to be spelt RUST_DEPENDENCIES in 0.3.2. Re-applies 0.3.3 changes after 24629.
-
teor authored
-
teor authored
-
teor authored
Part of 24629, also fixes 27088.
-
teor authored
Backports an 0.3.4 change that also works in 0.3.3. Part of 24629.
-
teor authored
TOR_RUST_DEPENDENCIES used to be spelt RUST_DEPENDENCIES in 0.3.2. Re-applies 0.3.3 changes after 24629.
-
teor authored
-
teor authored
-
teor authored
Closes ticket 26952.
-
teor authored
-