[tor-commits] [tor/maint-0.3.1] Builds on CI should use --enable-fragile-hardening.

nickm at torproject.org nickm at torproject.org
Wed Jul 26 19:39:24 UTC 2017


commit 810bbb791157d9ad2c7f7ae9452e01563ef2af04
Author: Isis Lovecruft <isis at torproject.org>
Date:   Mon Jul 24 23:07:09 2017 +0000

    Builds on CI should use --enable-fragile-hardening.
    
    (cherry picked from commit c91a57ccf90308c6728184b43519f96b61acb95d)
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 09ee44b0b..8d6be32fc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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
 





More information about the tor-commits mailing list