mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-23 20:03:31 +01:00
gitlab-ci: Add all-bugs-are-fatal on hardened and integration builds.
This commit is contained in:
parent
ab03ca9c75
commit
3ee0f6371d
@ -112,6 +112,7 @@ debian-hardened:
|
||||
image: debian:testing
|
||||
<<: *debian-template
|
||||
variables:
|
||||
ALL_BUGS_ARE_FATAL: "yes"
|
||||
HARDENING: "yes"
|
||||
CC: "clang"
|
||||
script:
|
||||
@ -155,6 +156,7 @@ debian-integration:
|
||||
CHECK: "no"
|
||||
CHUTNEY: "yes"
|
||||
STEM: "yes"
|
||||
ALL_BUGS_ARE_FATAL: "yes"
|
||||
script:
|
||||
- ./scripts/ci/ci-driver.sh
|
||||
|
||||
@ -191,7 +193,6 @@ debian-disable-dirauth:
|
||||
script:
|
||||
- ./scripts/ci/ci-driver.sh
|
||||
|
||||
|
||||
#####
|
||||
# No-relay mode
|
||||
debian-disable-relay:
|
||||
|
Loading…
Reference in New Issue
Block a user