aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsis Lovecruft <isis@torproject.org>2017-07-24 23:07:09 +0000
committerIsis Lovecruft <isis@torproject.org>2017-07-25 00:54:11 +0000
commitc71864425158a3d480cc143581d5fb40111fa428 (patch)
treea052e60c9c731c5aa7b266a74c279328fd2c7333
parentf2e3d13930c88eb010b96b13570b273eda0b1ea5 (diff)
downloadtor-c71864425158a3d480cc143581d5fb40111fa428.tar.gz
tor-c71864425158a3d480cc143581d5fb40111fa428.zip
Builds on CI should use --enable-fragile-hardening.
(cherry picked from commit c91a57ccf90308c6728184b43519f96b61acb95d)
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6fe7a9b666..ab8052bde5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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