[Git][ghc/ghc][wip/js-staging] Take N+1
Sylvain Henry (@hsyl20)
gitlab at gitlab.haskell.org
Mon Nov 7 17:34:08 UTC 2022
Sylvain Henry pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC
Commits:
67f6ca0c by Sylvain Henry at 2022-11-07T18:37:48+01:00
Take N+1
- - - - -
1 changed file:
- .gitlab/ci.sh
Changes:
=====================================
.gitlab/ci.sh
=====================================
@@ -597,7 +597,7 @@ function test_hadrian() {
if [[ "${CROSS_EMULATOR:-}" == "NOT_SET" ]]; then
info "Cannot test cross-compiled build without CROSS_EMULATOR being set."
return
- elif[[ "${CROSS_EMULATOR:-}" != "NOT_NEEDED" ]]; then
+ elif [[ "${CROSS_EMULATOR:-}" != "NOT_NEEDED" ]]; then
local instdir="$TOP/_build/install"
local test_compiler="$instdir/bin/${cross_prefix}ghc$exe"
install_bindist _build/bindist/ghc-*/ "$instdir"
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/67f6ca0cb2067e70c2535f20b37ab59f6c444d1c
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/67f6ca0cb2067e70c2535f20b37ab59f6c444d1c
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/20221107/77b79e6a/attachment.html>
More information about the ghc-commits
mailing list