[Git][ghc/ghc][wip/javascript-backend] Take N+3
Sylvain Henry (@hsyl20)
gitlab at gitlab.haskell.org
Tue Nov 8 11:31:04 UTC 2022
Sylvain Henry pushed to branch wip/javascript-backend at Glasgow Haskell Compiler / GHC
Commits:
46429b72 by Sylvain Henry at 2022-11-08T12:34:47+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/46429b72663df3f7d267b5d350380a80bcc4ec5c
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/46429b72663df3f7d267b5d350380a80bcc4ec5c
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/7f3bb839/attachment-0001.html>
More information about the ghc-commits
mailing list