Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
orbea
Tor
Commits
39f77a5b
Unverified
Commit
39f77a5b
authored
5 years ago
by
rl1987
Committed by
teor
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Don't create new CI jobs; use --enable-all-bugs-are-fatal with some of the existing jobs
parent
5591f424
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+6
-12
6 additions, 12 deletions
.travis.yml
with
6 additions
and
12 deletions
.travis.yml
+
6
−
12
View file @
39f77a5b
...
...
@@ -26,7 +26,7 @@ env:
-
MAKEFLAGS="-k -j 2"
## We turn on hardening by default
## Also known as --enable-fragile-hardening in 0.3.0.3-alpha and later
-
HARDENING_OPTIONS="--enable-expensive-hardening"
-
HARDENING_OPTIONS="
--enable-all-bugs-are-fatal
--enable-expensive-hardening"
## We turn off asciidoc by default, because it's slow
-
ASCIIDOC_OPTIONS="--disable-asciidoc"
## Our default rust version is the minimum supported version
...
...
@@ -52,7 +52,8 @@ matrix:
-
compiler
:
clang
os
:
osx
## Turn off some newer features, turn on clang's -Wtypedef-redefinition
env
:
C_DIALECT_OPTIONS="-std=gnu99"
## Also, disable ALL_BUGS_FATAL macro.
env
:
C_DIALECT_OPTIONS="-std=gnu99" HARDENING_OPTIONS="--enable-expensive-hardening"
## We run chutney on Linux, because it's faster than chutney on macOS
## Chutney is a fast job, clang is slower on Linux, so we do Chutney clang
...
...
@@ -63,9 +64,9 @@ matrix:
-
env
:
DISTCHECK="yes" ASCIIDOC_OPTIONS="" SKIP_MAKE_CHECK="yes"
## We check disable module relay
-
env
:
MODULES_OPTIONS="--disable-module-relay"
-
env
:
MODULES_OPTIONS="--disable-module-relay"
HARDENING_OPTIONS="--enable-expensive-hardening"
## We check disable module dirauth
-
env
:
MODULES_OPTIONS="--disable-module-dirauth"
-
env
:
MODULES_OPTIONS="--disable-module-dirauth"
HARDENING_OPTIONS="--enable-expensive-hardening"
## We run rust on Linux, because it's faster than rust on macOS
## We check rust offline
...
...
@@ -74,7 +75,7 @@ matrix:
## We check NSS
## Use -std=gnu99 to turn off some newer features, and maybe turn on some
## extra gcc warnings?
-
env
:
NSS_OPTIONS="--enable-nss" C_DIALECT_OPTIONS="-std=gnu99"
-
env
:
NSS_OPTIONS="--enable-nss" C_DIALECT_OPTIONS="-std=gnu99"
HARDENING_OPTIONS="--enable-expensive-hardening"
## We include a single coverage build with the best options for coverage
-
env
:
COVERAGE_OPTIONS="--enable-coverage" HARDENING_OPTIONS="" TOR_TEST_RNG_SEED="636f766572616765"
...
...
@@ -93,10 +94,6 @@ matrix:
# compiler: clang
# os: osx
-
env
:
HARDENING_OPTIONS="--enable-assert-fatalism"
-
env
:
HARDENING_OPTIONS="--enable-assert-fatalism" SKIP_MAKE_CHECK="yes" CHUTNEY="yes"
-
env
:
HARDENING_OPTIONS="--enable-assert-fatalism" SKIP_MAKE_CHECK="yes" TEST_STEM="yes"
## Allow the build to report success (with non-required sub-builds
## continuing to run) if all required sub-builds have succeeded.
fast_finish
:
true
...
...
@@ -118,9 +115,6 @@ matrix:
## chutney tests
#- env: CHUTNEY_MAKE="test-network-ipv6" CHUTNEY="yes" CHUTNEY_ALLOW_FAILURES="2" SKIP_MAKE_CHECK="yes"
# os: osx
-
env
:
HARDENING_OPTIONS="--enable-assert-fatalism"
-
env
:
HARDENING_OPTIONS="--enable-assert-fatalism" SKIP_MAKE_CHECK="yes" CHUTNEY="yes"
-
env
:
HARDENING_OPTIONS="--enable-assert-fatalism" SKIP_MAKE_CHECK="yes" TEST_STEM="yes"
## (Linux only) Use a recent Linux image (Ubuntu Bionic)
dist
:
bionic
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment