[Git][ghc/ghc][wip/mangoiv/ci-stages] Deleted 1 commit: fixup! ci: build and test stage
Magnus pushed to branch wip/mangoiv/ci-stages at Glasgow Haskell Compiler / GHC WARNING: The push did not contain any new commits, but force pushed to delete the commits and changes below. Deleted commits: 1e8d4d42 by mangoiv at 2026-08-17T16:28:28+02:00 fixup! ci: build and test stage - - - - - 1 changed file: - .gitlab/ci.sh Changes: ===================================== .gitlab/ci.sh ===================================== @@ -697,9 +697,9 @@ function test_hadrian() { return # If we have set CROSS_EMULATOR, then can't test using normal testsuite. elif [ -n "${CROSS_EMULATOR:-}" ] && [[ "${CROSS_TARGET:-}" != *"wasm"* ]]; then - local instdir="$TOP/_build/install" - local test_compiler="$instdir/bin/${cross_prefix}ghc$exe" - install_bindist $dist_dir/ghc-*/ "$instdir" + # local instdir="$TOP/_build/install" + local test_compiler="$dist_dir/bin/${cross_prefix}ghc$exe" + # install_bindist $dist_dir/ghc-*/ "$instdir" echo 'main = putStrLn "hello world"' > expected run "$test_compiler" -package ghc "$TOP/.gitlab/hello.hs" -o hello @@ -731,9 +731,9 @@ function test_hadrian() { "runtest.opts+=--unexpected-output-dir=$TOP/unexpected-test-output" \ || fail "hadrian cabal-install test" else - local instdir="$TOP/_build/install" - local test_compiler="$instdir/bin/${cross_prefix}ghc$exe" - install_bindist $dist_dir/ghc-*/ "$instdir" + # local instdir="$TOP/_build/install" + local test_compiler="$dist_dir/bin/${cross_prefix}ghc$exe" + # install_bindist $dist_dir/ghc-*/ "$instdir" # if [[ "${CI_JOB_NAME}" != *"windows"* ]] && [ -z "${CROSS_TARGET:-}" ] # then View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1e8d4d426981da8042afabaf69a4275e... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1e8d4d426981da8042afabaf69a4275e... 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)