[Git][ghc/ghc][wip/9.6.4-backports] wip

Zubin (@wz1000) gitlab at gitlab.haskell.org
Mon Dec 18 09:39:59 UTC 2023



Zubin pushed to branch wip/9.6.4-backports at Glasgow Haskell Compiler / GHC


Commits:
5935dc60 by Zubin Duggal at 2023-12-18T15:09:51+05:30
wip

- - - - -


1 changed file:

- .gitlab/ci.sh


Changes:

=====================================
.gitlab/ci.sh
=====================================
@@ -616,7 +616,7 @@ function test_hadrian() {
     # hello.wasm depending on the backend. For the time being let's
     # just move it to hello before proceeding to running it.
     mv hello.wasm hello || true
-    ${CROSS_EMULATOR:-} ./hello > actual
+    run ${CROSS_EMULATOR:-} ./hello > actual
     run diff expected actual
   elif [[ -n "${REINSTALL_GHC:-}" ]]; then
     run_hadrian \



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5935dc60b3f74553819eb16e478fb980ca058caf

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5935dc60b3f74553819eb16e478fb980ca058caf
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/20231218/2a7e51f0/attachment.html>


More information about the ghc-commits mailing list