[Git][ghc/ghc][wip/js-staging] Try to pass dummy CROSS_EMULATOR for CI

Sylvain Henry (@hsyl20) gitlab at gitlab.haskell.org
Mon Nov 7 14:20:18 UTC 2022



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


Commits:
f3d760a5 by Sylvain Henry at 2022-11-07T15:24:02+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/f3d760a5df24e0e18e6644781ff799a182a9a9ed

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f3d760a5df24e0e18e6644781ff799a182a9a9ed
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/5c5f3e32/attachment-0001.html>


More information about the ghc-commits mailing list