]> 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:58:00 +0000 (00:58 +0000)
(cherry picked from commit c91a57ccf90308c6728184b43519f96b61acb95d)

.travis.yml

index 09ee44b0b2dd5567640323a4c982d754c7dd081a..8d6be32fcd52df08ebbb61b2f88fb52833d26dbe 100644 (file)
@@ -90,7 +90,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