Skip to content
Snippets Groups Projects
Commit d48da6ff authored by Ben Gamari's avatar Ben Gamari
Browse files

gitlab-ci: Run slow validate in -debug job

Otherwise we don't compile the stage2 compiler with DEBUG, meaning the
testsuite isn't checked with assertions.

Metric Increase:
    haddock.Cabal
parent 8add024f
No related merge requests found
......@@ -504,6 +504,8 @@ validate-x86_64-linux-deb9-debug:
stage: build
variables:
BUILD_FLAVOUR: validate
# Ensure that stage2 also has DEBUG enabled
ValidateSpeed: SLOW
# Override validate flavour default; see #16890.
BUILD_SPHINX_PDF: "YES"
TEST_TYPE: slowtest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment