[Git][ghc/ghc][wip/supersven/riscv64-cross-ci] Disable testsuite part for now
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Thu Sep 26 12:34:57 UTC 2024
Matthew Pickering pushed to branch wip/supersven/riscv64-cross-ci at Glasgow Haskell Compiler / GHC
Commits:
5fc49999 by Matthew Pickering at 2024-09-26T13:34:46+01:00
Disable testsuite part for now
- - - - -
1 changed file:
- .gitlab/ci.sh
Changes:
=====================================
.gitlab/ci.sh
=====================================
@@ -614,13 +614,6 @@ function test_hadrian() {
"runtest.opts+=${RUNTEST_ARGS:-}" \
"runtest.opts+=--unexpected-output-dir=$TOP/unexpected-test-output" \
|| fail "hadrian main testsuite targetting $CROSS_TARGET"
- elif [[ -n "${CROSS_TARGET:-}" ]] && [[ "${CROSS_TARGET:-}" == *"riscv64"* ]]; then
- run_hadrian \
- test \
- --summary-junit=./junit.xml \
- "runtest.opts+=${RUNTEST_ARGS:-}" \
- "runtest.opts+=--unexpected-output-dir=$TOP/unexpected-test-output" \
- || fail "hadrian main testsuite targetting $CROSS_TARGET"
elif [ -n "${CROSS_TARGET:-}" ]; then
local instdir="$TOP/_build/install"
local test_compiler="$instdir/bin/${cross_prefix}ghc$exe"
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5fc49999c79e8193160090b7f680a204e0d8a5d5
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5fc49999c79e8193160090b7f680a204e0d8a5d5
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/20240926/6d164b60/attachment.html>
More information about the ghc-commits
mailing list