summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2022-12-07 11:06:52 +0000
committerMatthew Pickering <matthewtpickering@gmail.com>2023-01-04 11:58:42 +0000
commit53a6ae7a8f819d1105aa190dc9cce215cdbcc6dc (patch)
treefa2a8948d4af015929cc335960cdf082e7235695
parent3dc05726dca7e38ca8de8e1175c8f1489b96653e (diff)
downloadhaskell-53a6ae7a8f819d1105aa190dc9cce215cdbcc6dc.tar.gz
ci: Build all test dependencies with in-tree compiler
This means that these executables will honour flavour transformers such as "werror". Fixes #22555
-rwxr-xr-x.gitlab/ci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci.sh b/.gitlab/ci.sh
index b1283d9f56..479a4c4f06 100755
--- a/.gitlab/ci.sh
+++ b/.gitlab/ci.sh
@@ -518,7 +518,7 @@ function build_hadrian() {
if [[ -n "${REINSTALL_GHC:-}" ]]; then
run_hadrian build-cabal -V
else
- run_hadrian binary-dist -V
+ run_hadrian test:all_deps binary-dist -V
mv _build/bindist/ghc*.tar.xz "$BIN_DIST_NAME.tar.xz"
fi