Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
ab311696
Commit
ab311696
authored
Jul 26, 2019
by
Ben Gamari
🐢
Committed by
Marge Bot
Oct 08, 2019
Browse files
validate: Use Hadrian's validate flavour
parent
9a2798e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
validate
View file @
ab311696
...
...
@@ -225,9 +225,15 @@ then
$make
-j
$threads
# For a "debug make", add "--debug=b --debug=m"
else
# TODO: define a hadrian Flavour that mimics
# mk/flavours/validate.mk and use it here
$hadrian
case
$speed
in
SLOW
)
flavour
=
slow-validate
;;
NORMAL
)
flavour
=
validate
;;
FAST
)
flavour
=
validate
;;
esac
$hadrian
--flavour
=
$flavour
fi
check_packages post-build
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment