Magnus pushed to branch wip/mangoiv/ci-stages at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • .gitlab/ci.sh
    ... ... @@ -668,7 +668,7 @@ function test_hadrian() {
    668 668
          tar -xf "$bindist_tar" -C "$dist_dir"
    
    669 669
        fi
    
    670 670
     
    
    671
    -  check_msys2_deps _build/stage1/bin/ghc --version
    
    671
    +  # check_msys2_deps _build/stage1/bin/ghc --version
    
    672 672
       check_release_build
    
    673 673
     
    
    674 674
       # GitLab's log viewer renders ANSI colors, but stdout here is not a tty,