diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2019-08-20 05:03:58 +0200 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-08-22 22:09:32 +1000 |
commit | 190386f1c44462fbef568ca9e3c1c997dbebcf12 (patch) | |
tree | a9dc38ffa9308684f6c840e0530139f8fe815318 /changes/bug31463 | |
parent | 5653b93a1d25e173bebb8f45d364e3a578572789 (diff) | |
download | tor-190386f1c44462fbef568ca9e3c1c997dbebcf12.tar.gz tor-190386f1c44462fbef568ca9e3c1c997dbebcf12.zip |
Fix gcc build exclude on travis
The main build doesn't use HARDENING_OPTIONS, so the exclude shouldn't,
either. Reduces the number of builders by one.
Diffstat (limited to 'changes/bug31463')
-rw-r--r-- | changes/bug31463 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug31463 b/changes/bug31463 new file mode 100644 index 0000000000..d85c0887c3 --- /dev/null +++ b/changes/bug31463 @@ -0,0 +1,3 @@ + o Minor bugfixes (rust): + - Correctly exclude a redundant rust build job in Travis. Fixes bug 31463; + bugfix on 0.3.5.4-alpha. |