diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-11 13:09:18 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-11 13:09:18 -0400 |
commit | 46bccc50e53b1adde2065ad3ccf6ff538674c630 (patch) | |
tree | d46ff69d2dc17dd6980dffe21a960bf3bc129ef2 /changes | |
parent | 8a873a5695ec07c9c052ef87bd42fb00f9bf672d (diff) | |
parent | da17875ea5cf206e406c58991b455c9d2fb7d478 (diff) | |
download | tor-46bccc50e53b1adde2065ad3ccf6ff538674c630.tar.gz tor-46bccc50e53b1adde2065ad3ccf6ff538674c630.zip |
Merge remote-tracking branch 'teor/ticket27252-034' into maint-0.3.4
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket27252 | 6 | ||||
-rw-r--r-- | changes/ticket27252-032 | 5 | ||||
-rw-r--r-- | changes/ticket27252-034 | 3 |
3 files changed, 14 insertions, 0 deletions
diff --git a/changes/ticket27252 b/changes/ticket27252 new file mode 100644 index 0000000000..410ddef8c0 --- /dev/null +++ b/changes/ticket27252 @@ -0,0 +1,6 @@ + o Minor features (continuous integration): + - Skip gcc on OSX in Travis CI, it's rarely used. + Skip a duplicate hardening-off build in Travis on Tor 0.2.9. + Skip gcc on Linux with default settings, because all the non-default + builds use gcc on Linux. + Implements ticket 27252. diff --git a/changes/ticket27252-032 b/changes/ticket27252-032 new file mode 100644 index 0000000000..4752aedcf6 --- /dev/null +++ b/changes/ticket27252-032 @@ -0,0 +1,5 @@ + o Minor features (continuous integration): + - Only run one online rust build in Travis, to reduce network errors. + Skip offline rust builds on Travis for Linux gcc, because they're + redundant. + Implements ticket 27252. diff --git a/changes/ticket27252-034 b/changes/ticket27252-034 new file mode 100644 index 0000000000..620ad83efe --- /dev/null +++ b/changes/ticket27252-034 @@ -0,0 +1,3 @@ + o Minor features (continuous integration): + - Don't do a distcheck with --disable-module-dirauth in Travis. + Implements ticket 27252. |