[Git][ghc/ghc][wip/backports-9.0] gitlab-ci: Fix it
Ben Gamari
gitlab at gitlab.haskell.org
Mon Nov 30 01:58:32 UTC 2020
Ben Gamari pushed to branch wip/backports-9.0 at Glasgow Haskell Compiler / GHC
Commits:
b1b0aa14 by Ben Gamari at 2020-11-29T20:58:21-05:00
gitlab-ci: Fix it
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -345,8 +345,10 @@ hadrian-ghc-in-ghci:
lint-base:
extends: .lint-params
script:
- - hadrian/build -c -j stage1:lib:base
- - hadrian/build -j lint:base
+ - .gitlab/ci.sh setup
+ - .gitlab/ci.sh configure
+ - HADRIAN_ARGS="-c stage1:lib:base" .gitlab/ci.sh build_hadrian
+ - HADRIAN_ARGS="lint:base" .gitlab/ci.sh build_hadrian
############################################################
# Validation via Pipelines (make)
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b1b0aa14e633286219f09283ff576ff5556f982f
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b1b0aa14e633286219f09283ff576ff5556f982f
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20201129/2ef49817/attachment.html>
More information about the ghc-commits
mailing list