aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-02-27 16:11:47 +1000
committerteor <teor@torproject.org>2019-02-28 07:43:57 +1000
commita479909ee8cd10b22d534e4c0855df4f8fb9807b (patch)
treea06a7c06834bdba45ccff0de6ae36bc242bf6d2b /changes
parent15dc33849eda4fba651bf4096a9e405d737a977b (diff)
downloadtor-a479909ee8cd10b22d534e4c0855df4f8fb9807b.tar.gz
tor-a479909ee8cd10b22d534e4c0855df4f8fb9807b.zip
appveyor: skip two redundant builds to speed up CI on Windows
Skip the Appveyor 32-bit Windows Server 2016 job, and 64-bit Windows Server 2012 R2 job. The remaining 2 jobs still provide coverage of 64/32-bit, and Windows Server 2016/2012 R2. Also set fast_finish, so failed jobs terminate the build immediately. Fixes bug 29601; bugfix on 0.3.5.4-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug296016
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug29601 b/changes/bug29601
new file mode 100644
index 0000000000..c4ba5fbc8b
--- /dev/null
+++ b/changes/bug29601
@@ -0,0 +1,6 @@
+ o Minor bugfixes (Windows, CI):
+ - Skip the Appveyor 32-bit Windows Server 2016 job, and 64-bit Windows
+ Server 2012 R2 job. The remaining 2 jobs still provide coverage of
+ 64/32-bit, and Windows Server 2016/2012 R2. Also set fast_finish, so
+ failed jobs terminate the build immediately.
+ Fixes bug 29601; bugfix on 0.3.5.4-alpha.