tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 3ee0f6371d77db712dd131ac8a4e98672a63c81c
parent ab03ca9c75a5ffa011a683e46eef5e1671fa60ea
Author: Nick Mathewson <nickm@torproject.org>
Date:   Mon, 21 Sep 2020 09:25:02 -0400

gitlab-ci: Add all-bugs-are-fatal on hardened and integration builds.

Diffstat:
M.gitlab-ci.yml | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -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: