Skip to content
Snippets Groups Projects
  1. Oct 24, 2019
  2. Oct 22, 2019
  3. Sep 30, 2019
    • teor's avatar
      Travis: Add a macOS chutney job, but don't wait for it to finish · 1e0e23c1
      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.
      1e0e23c1
    • teor's avatar
      Travis: Remove a redundant clang Linux job · 4e429783
      teor authored
      Part of 31859.
      4e429783
  4. Sep 26, 2019
  5. Sep 23, 2019
    • Nick Mathewson's avatar
      Try using make -k in Travis configuration · 6ed3d8db
      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.
      6ed3d8db
  6. Jul 01, 2019
  7. Jun 12, 2019
  8. Apr 30, 2019
  9. Apr 01, 2019
  10. Mar 20, 2019
  11. Sep 18, 2018
    • teor's avatar
      Travis: use the Homebrew addon · e8c7d7d3
      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.
      e8c7d7d3
  12. Sep 05, 2018
  13. Aug 23, 2018
  14. Aug 10, 2018
  15. Aug 09, 2018
  16. Apr 26, 2018
    • Taylor Yu's avatar
      Show test-suite.log for distcheck on Travis CI · 31865b50
      Taylor Yu authored
      When Travis CI runs make distcheck, test-suite.log doesn't exist in
      the expected place.  Add a new make target to show this file and use
      it when DISTCHECK=yes in .travis.yml.  Fixes bug 25814; bug not in any
      released Tor.
      31865b50
  17. Apr 18, 2018
  18. Apr 16, 2018
  19. Mar 01, 2018
  20. Jan 17, 2018
    • Taylor Yu's avatar
      Work around Travis CI ptrace regression · 49de586a
      Taylor Yu authored
      Travis CI deployed a change that disables ptrace capabilities in
      container builds, which prevents LeakSanitizer on clang from working
      properly.  Set "sudo: required" to force non-container builds for
      clang and work around this.
      49de586a
  21. Jul 26, 2017
Loading