summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-09-11 13:09:09 -0400
committerNick Mathewson <nickm@torproject.org>2018-09-11 13:09:09 -0400
commit8e714d2a025618a7618b3b756e5ef96dea7496b8 (patch)
treed841589e99cc79529c3a4e5b7a05cfcdac704f03 /changes
parent8afc100cb5fab5dc6e94b1ca13b922c9a1a1fe80 (diff)
parentae2085dd7be279b0fc3ff9c582d35a498c63350a (diff)
downloadtor-8e714d2a025618a7618b3b756e5ef96dea7496b8.tar.gz
tor-8e714d2a025618a7618b3b756e5ef96dea7496b8.zip
Merge remote-tracking branch 'teor/ticket27252-033' into maint-0.3.3
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket272526
-rw-r--r--changes/ticket27252-0325
2 files changed, 11 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.