Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
ff148638
Commit
ff148638
authored
Sep 05, 2018
by
Nick Mathewson
🎨
Browse files
Merge remote-tracking branch 'teor/bug27418-029' into maint-0.2.9
parents
4e4b6a24
35b0ac8d
Changes
2
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
ff148638
...
...
@@ -134,7 +134,7 @@ install:
script
:
-
./autogen.sh
-
CONFIGURE_FLAGS="$ASCIIDOC_OPTIONS $COVERAGE_OPTIONS $HARDENING_OPTIONS $OPENSSL_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
...
...
changes/bug27418
0 → 100644
View file @
ff148638
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.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment