[Git][ghc/ghc][wip/javascript-backend] Try to pass dummy CROSS_EMULATOR for CI
Sylvain Henry (@hsyl20)
gitlab at gitlab.haskell.org
Mon Nov 7 14:20:32 UTC 2022
Sylvain Henry pushed to branch wip/javascript-backend at Glasgow Haskell Compiler / GHC
Commits:
d4da231c by Sylvain Henry at 2022-11-07T15:24:14+01:00
Try to pass dummy CROSS_EMULATOR for CI
- - - - -
2 changed files:
- .gitlab/gen_ci.hs
- .gitlab/jobs.yaml
Changes:
=====================================
.gitlab/gen_ci.hs
=====================================
@@ -819,7 +819,7 @@ jobs = Map.fromList $ concatMap flattenJobGroup $
, allowFailureGroup (standardBuildsWithConfig Amd64 (Linux Alpine) static)
, disableValidate (allowFailureGroup (standardBuildsWithConfig Amd64 (Linux Alpine) staticNativeInt))
, validateBuilds Amd64 (Linux Debian11) (crossConfig "aarch64-linux-gnu" (Just "qemu-aarch64 -L /usr/aarch64-linux-gnu") Nothing)
- , validateBuilds Amd64 (Linux Debian11) (crossConfig "js-unknown-ghcjs" Nothing (Just "emconfigure")
+ , validateBuilds Amd64 (Linux Debian11) (crossConfig "js-unknown-ghcjs" (Just "") (Just "emconfigure")
)
{ bignumBackend = Native
, buildFlavour = Release
=====================================
.gitlab/jobs.yaml
=====================================
@@ -1384,6 +1384,7 @@
"BUILD_FLAVOUR": "release",
"CONFIGURE_ARGS": "--with-intree-gmp",
"CONFIGURE_WRAPPER": "emconfigure",
+ "CROSS_EMULATOR": "",
"CROSS_TARGET": "js-unknown-ghcjs",
"TEST_ENV": "x86_64-linux-deb11-int_native-cross_js-unknown-ghcjs-release",
"XZ_OPT": "-9"
@@ -3927,6 +3928,7 @@
"BUILD_FLAVOUR": "release",
"CONFIGURE_ARGS": "--with-intree-gmp",
"CONFIGURE_WRAPPER": "emconfigure",
+ "CROSS_EMULATOR": "",
"CROSS_TARGET": "js-unknown-ghcjs",
"TEST_ENV": "x86_64-linux-deb11-int_native-cross_js-unknown-ghcjs-release"
}
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d4da231c71ee0bdd4a1c84cb36c70a3fb7273db7
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d4da231c71ee0bdd4a1c84cb36c70a3fb7273db7
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/7aa87ee9/attachment-0001.html>
More information about the ghc-commits
mailing list