[Git][ghc/ghc][wip/mangoiv/ci-stages] revert: don't run stage1 tests
Magnus pushed to branch wip/mangoiv/ci-stages at Glasgow Haskell Compiler / GHC Commits: b6b6ab73 by mangoiv at 2026-08-12T14:29:36+02:00 revert: don't run stage1 tests - - - - - 1 changed file: - .gitlab/ci.sh Changes: ===================================== .gitlab/ci.sh ===================================== @@ -735,16 +735,16 @@ function test_hadrian() { local test_compiler="$instdir/bin/${cross_prefix}ghc$exe" install_bindist $dist_dir/ghc-*/ "$instdir" - if [[ "${CI_JOB_NAME}" != *"windows"* ]] && [ -z "${CROSS_TARGET:-}" ] - then - run_hadrian \ - test \ - --test-root-dirs=testsuite/tests/stage1 \ - --test-compiler=stage1 \ - ${TEST_WAYS[@]/#/--test-way=} \ - "runtest.opts+=${RUNTEST_ARGS:-}" || fail "hadrian stage1 test" - info "STAGE1_TEST=$?" - fi + # if [[ "${CI_JOB_NAME}" != *"windows"* ]] && [ -z "${CROSS_TARGET:-}" ] + # then + # run_hadrian \ + # test \ + # --test-root-dirs=testsuite/tests/stage1 \ + # --test-compiler=stage1 \ + # ${TEST_WAYS[@]/#/--test-way=} \ + # "runtest.opts+=${RUNTEST_ARGS:-}" || fail "hadrian stage1 test" + # info "STAGE1_TEST=$?" + # fi # Ensure the resulting compiler has the correct bignum-flavour, # except for cross-compilers as they may not support the interpreter View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b6b6ab736bf26a2d413c6a28288a013e... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b6b6ab736bf26a2d413c6a28288a013e... You're receiving this email because of your account on gitlab.haskell.org. Manage all notifications: https://gitlab.haskell.org/-/profile/notifications | Help: https://gitlab.haskell.org/help
participants (1)
-
Magnus (@MangoIV)