[Git][ghc/ghc][wip/javascript-backend] Take N+1
Sylvain Henry (@hsyl20)
gitlab at gitlab.haskell.org
Mon Nov 7 17:34:18 UTC 2022
Sylvain Henry pushed to branch wip/javascript-backend at Glasgow Haskell Compiler / GHC
Commits:
ff82e2a8 by Sylvain Henry at 2022-11-07T18:38:03+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/ff82e2a8b772e0cb7eda3131f1a503904ea9014e
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ff82e2a8b772e0cb7eda3131f1a503904ea9014e
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/d30fc63a/attachment-0001.html>
More information about the ghc-commits
mailing list