mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
Merge branch 'maint-0.3.2' into maint-0.3.3
This commit is contained in:
commit
a7e72f0c44
@ -169,7 +169,7 @@ install:
|
||||
script:
|
||||
- ./autogen.sh
|
||||
- CONFIGURE_FLAGS="$ASCIIDOC_OPTIONS $COVERAGE_OPTIONS $HARDENING_OPTIONS $OPENSSL_OPTIONS $RUST_OPTIONS --enable-fatal-warnings --disable-silent-rules"
|
||||
- echo $CONFIGURE_FLAGS
|
||||
- echo "Configure flags are $CONFIGURE_FLAGS"
|
||||
- ./configure $CONFIGURE_FLAGS
|
||||
## We run `make check` because that's what https://jenkins.torproject.org does.
|
||||
- if [[ "$DISTCHECK" == "" ]]; then make check; fi
|
||||
|
3
changes/bug27418
Normal file
3
changes/bug27418
Normal file
@ -0,0 +1,3 @@
|
||||
o Minor bugfixes (continuous integration):
|
||||
- When we use echo in Travis, don't pass a --flag as the first argument.
|
||||
Fixes bug 27418; bugfix on 0.3.4.7-rc.
|
Loading…
Reference in New Issue
Block a user