[Git][ghc/ghc][wip/T25974] More debug info

Serge S. Gulin pushed to branch wip/T25974 at Glasgow Haskell Compiler / GHC Commits: 4cce80b4 by Serge S. Gulin at 2025-05-13T00:36:56+04:00 More debug info - - - - - 1 changed file: - .gitlab/ci.sh Changes: ===================================== .gitlab/ci.sh ===================================== @@ -718,8 +718,10 @@ function test_hadrian() { local instdir="$TOP/_build/install" local test_compiler="$instdir/bin/${cross_prefix}ghc$exe" install_bindist _build/bindist/ghc-*/ "$instdir" + echo "test_compiler ($test_compiler) settings:" + cat "$instdir/lib/settings" echo 'main = putStrLn "hello world"' > expected - run "$test_compiler" -package ghc "$TOP/.gitlab/hello.hs" -o hello + run "$test_compiler" -package ghc "$TOP/.gitlab/hello.hs" -v -o hello if [[ "${CROSS_TARGET:-no_cross_target}" =~ "mingw" ]]; then ${CROSS_EMULATOR:-} ./hello.exe > actual View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/4cce80b49246bb03426e8b7357f31ef6... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/4cce80b49246bb03426e8b7357f31ef6... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Serge S. Gulin (@gulin.serge)