]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Builds on CI should use --enable-fragile-hardening.
authorIsis Lovecruft <isis@torproject.org>
Mon, 24 Jul 2017 23:07:09 +0000 (23:07 +0000)
committerIsis Lovecruft <isis@torproject.org>
Tue, 25 Jul 2017 00:54:11 +0000 (00:54 +0000)
(cherry picked from commit c91a57ccf90308c6728184b43519f96b61acb95d)

.travis.yml

index 6fe7a9b666d95fe9606ecfff4a2ebe13b4f12415..ab8052bde56be782ed741b94f9ace94fde7c5636 100644 (file)
@@ -79,7 +79,7 @@ install:
 
 script:
   - ./autogen.sh
-  - ./configure $RUST_OPTIONS --disable-asciidoc --enable-fatal-warnings --disable-silent-rules
+  - ./configure $RUST_OPTIONS --disable-asciidoc --enable-fatal-warnings --disable-silent-rules --enable-fragile-hardening
   ## We run `make check` because that's what https://jenkins.torproject.org does.
   - make check