Sven Tennie pushed to branch wip/supersven/cross-testsuite at Glasgow Haskell Compiler / GHC Commits: 6735b29f by Sven Tennie at 2026-05-31T11:21:15+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}" \ + --config "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/6735b29fe4d2fa31d7d29f455f2924e3... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6735b29fe4d2fa31d7d29f455f2924e3... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Sven Tennie (@supersven)