[Git][ghc/ghc][wip/js-staging] Take N+3

Sylvain Henry (@hsyl20) gitlab at gitlab.haskell.org
Tue Nov 8 11:30:40 UTC 2022



Sylvain Henry pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC


Commits:
291ae437 by Sylvain Henry at 2022-11-08T12:34:11+01:00
Take N+3

- - - - -


1 changed file:

- .gitlab/ci.sh


Changes:

=====================================
.gitlab/ci.sh
=====================================
@@ -250,7 +250,7 @@ function setup() {
       cp -Rf "$CABAL_CACHE"/* "$CABAL_DIR"
   fi
 
-  case $CONFIGURE_WRAPPER in
+  case "${CONFIGURE_WRAPPER:-}" in
     emconfigure) time_it "setup" setup_emscripten ;;
     *) ;;
   esac
@@ -416,7 +416,7 @@ EOF
 }
 
 function configure() {
-  case $CONFIGURE_WRAPPER in
+  case "${CONFIGURE_WRAPPER:-}" in
     emconfigure) source emsdk/emsdk_env.sh ;;
     *) ;;
   esac



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/291ae43721c76895f93fc052194dae80eea54585

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/291ae43721c76895f93fc052194dae80eea54585
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/20221108/fcd34dcc/attachment.html>


More information about the ghc-commits mailing list