[Git][ghc/ghc][wip/mangoiv/ci-stages] fix: don't do msys deps check on stage1 compiler
Magnus pushed to branch wip/mangoiv/ci-stages at Glasgow Haskell Compiler / GHC Commits: a643933b by mangoiv at 2026-08-14T14:08:32+02:00 fix: don't do msys deps check on stage1 compiler - - - - - 1 changed file: - .gitlab/ci.sh Changes: ===================================== .gitlab/ci.sh ===================================== @@ -668,7 +668,7 @@ function test_hadrian() { tar -xf "$bindist_tar" -C "$dist_dir" fi - check_msys2_deps _build/stage1/bin/ghc --version + # check_msys2_deps _build/stage1/bin/ghc --version check_release_build # GitLab's log viewer renders ANSI colors, but stdout here is not a tty, View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a643933b2d8bb6a2f6662f56b9db636a... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a643933b2d8bb6a2f6662f56b9db636a... 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)