summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCheng Shao <terrorjack@type.dance>2023-03-27 18:42:48 +0000
committerCheng Shao <terrorjack@type.dance>2023-03-30 18:42:56 +0000
commit20432d16d9a367528f59858b1acad2fae539e993 (patch)
tree136898959149715f0a2dd8e7c1887e3d6f05ed10
parentef1548c499d69a156d9f0772c859e0e5cdb0892b (diff)
downloadhaskell-20432d16d9a367528f59858b1acad2fae539e993.tar.gz
ci: unset CROSS_EMULATOR for js job
-rwxr-xr-x.gitlab/ci.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab/ci.sh b/.gitlab/ci.sh
index 8e5a4236a5..dd5649a02b 100755
--- a/.gitlab/ci.sh
+++ b/.gitlab/ci.sh
@@ -606,6 +606,8 @@ function test_hadrian() {
return
# special case for JS backend
elif [ -n "${CROSS_TARGET:-}" ] && [ "${CROSS_EMULATOR:-}" == "js-emulator" ]; then
+ # The JS backend doesn't support CROSS_EMULATOR logic yet
+ unset CROSS_EMULATOR
# run "hadrian test" directly, not using the bindist, even though it did get installed.
# This is a temporary solution, See !9515 for the status of hadrian support.
run_hadrian \