diff options
author | teor <teor@torproject.org> | 2019-04-06 09:30:04 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-04-06 09:30:04 +1000 |
commit | 102178e6d43ed990e972b2fbc4f611997c8943f0 (patch) | |
tree | 12458d1076106a5f0523bc082b05fcd73414d884 /changes | |
parent | 3cfcfbac46d15f7d1cc47da03482aa70583aa455 (diff) | |
parent | a514e024769083908a35f28ac0df5f2e7b1137b8 (diff) | |
download | tor-102178e6d43ed990e972b2fbc4f611997c8943f0.tar.gz tor-102178e6d43ed990e972b2fbc4f611997c8943f0.zip |
Merge remote-tracking branch 'tor-github/pr/878' into maint-0.3.4
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug29036 | 5 | ||||
-rw-r--r-- | changes/ticket29962 | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug29036 b/changes/bug29036 new file mode 100644 index 0000000000..8b96c5c8fa --- /dev/null +++ b/changes/bug29036 @@ -0,0 +1,5 @@ + o Minor bugfix (continuous integration): + - Reset coverage state on disk after Travis CI has finished. This is being + done to prevent future gcda file merge errors which causes the test suite + for the process subsystem to fail. The process subsystem was introduced + in 0.4.0.1-alpha. Fixes bug 29036; bugfix on 0.2.9.15. diff --git a/changes/ticket29962 b/changes/ticket29962 new file mode 100644 index 0000000000..e36cc0cf9a --- /dev/null +++ b/changes/ticket29962 @@ -0,0 +1,3 @@ + o Minor features (continuous integration): + - On Travis Rust builds, cleanup Rust registry and refrain from caching + target/ directory to speed up builds. Resolves issue 29962. |