mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Travis: Skip gcc on Linux with default settings
It's redundant, because all the non-default builds use gcc on Linux. Part of 27252.
This commit is contained in:
parent
9f81e03262
commit
7cea5a287f
2 changed files with 7 additions and 0 deletions
|
@ -62,6 +62,11 @@ matrix:
|
||||||
## gcc on OSX is less useful, because the default compiler is clang.
|
## gcc on OSX is less useful, because the default compiler is clang.
|
||||||
- compiler: gcc
|
- compiler: gcc
|
||||||
os: osx
|
os: osx
|
||||||
|
## gcc on Linux with no env is redundant, because all the custom builds use
|
||||||
|
## gcc on Linux
|
||||||
|
- compiler: gcc
|
||||||
|
os: linux
|
||||||
|
env:
|
||||||
|
|
||||||
## We don't need sudo. (The "apt:" stanza after this allows us to not need
|
## We don't need sudo. (The "apt:" stanza after this allows us to not need
|
||||||
## sudo; otherwise, we would need it for getting dependencies.)
|
## sudo; otherwise, we would need it for getting dependencies.)
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
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.
|
Skip a duplicate hardening-off build in Travis on Tor 0.2.9.
|
||||||
|
Skip gcc on Linux with default settings, because all the non-default
|
||||||
|
builds use gcc on Linux.
|
||||||
Implements ticket 27252.
|
Implements ticket 27252.
|
||||||
|
|
Loading…
Add table
Reference in a new issue