[Git][ghc/ghc][wip/supersven/cross-testsuite] Set config.arch
Sven Tennie pushed to branch wip/supersven/cross-testsuite at Glasgow Haskell Compiler / GHC Commits: 23249151 by Sven Tennie at 2026-05-31T16:00:41+02:00 Set config.arch - - - - - 1 changed file: - .gitlab/ci.sh Changes: ===================================== .gitlab/ci.sh ===================================== @@ -730,11 +730,13 @@ EOF chmod +x "${iserv_wrapper}" export EXTRA_HC_OPTS="${EXTRA_HC_OPTS:+${EXTRA_HC_OPTS} }-fexternal-interpreter -pgmi ${iserv_wrapper}" fi + local cross_arch="${CROSS_TARGET%%-*}" run_hadrian \ test \ --summary-junit=./junit.xml \ --test-have-intree-files \ --test-compiler="${test_compiler}" \ + "runtest.opts+=-e config.arch='${cross_arch}'" \ "runtest.opts+=${RUNTEST_ARGS:-}" \ "runtest.opts+=--unexpected-output-dir=$TOP/unexpected-test-output" \ || fail "hadrian cross-compiled testsuite ($CROSS_TARGET)" View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/23249151dfce5a3eb927647e635ca89a... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/23249151dfce5a3eb927647e635ca89a... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Sven Tennie (@supersven)