mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
Travis: Skip a duplicate hardening-off build in Tor 0.2.9
Part of 27252.
This commit is contained in:
parent
8f89fb8f39
commit
7ec84cc094
@ -36,7 +36,8 @@ matrix:
|
|||||||
- env: COVERAGE_OPTIONS="--enable-coverage" HARDENING_OPTIONS=""
|
- env: COVERAGE_OPTIONS="--enable-coverage" HARDENING_OPTIONS=""
|
||||||
## We only want to check these build option combinations once
|
## We only want to check these build option combinations once
|
||||||
## (they shouldn't vary by compiler or OS)
|
## (they shouldn't vary by compiler or OS)
|
||||||
- env: HARDENING_OPTIONS=""
|
## We run coverage with hardening off, which seems like enough
|
||||||
|
# - env: HARDENING_OPTIONS=""
|
||||||
## We check asciidoc with distcheck, to make sure we remove doc products
|
## We check asciidoc with distcheck, to make sure we remove doc products
|
||||||
- env: DISTCHECK="yes" ASCIIDOC_OPTIONS=""
|
- env: DISTCHECK="yes" ASCIIDOC_OPTIONS=""
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
o Minor features (continuous integration):
|
o Minor features (continuous integration):
|
||||||
- Skip gcc on OSX in Travis CI, it's rarely used.
|
- Skip gcc on OSX in Travis CI, it's rarely used.
|
||||||
|
Skip a duplicate hardening-off build in Travis on Tor 0.2.9.
|
||||||
Implements ticket 27252.
|
Implements ticket 27252.
|
||||||
|
Loading…
Reference in New Issue
Block a user