Wolfgang Jeltsch pushed to branch wip/jeltsch/ghc-9-14-building-base at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -1175,7 +1175,7 @@ base-build-with-released-ghcs:
    1175 1175
             make install
    
    1176 1176
             cd -
    
    1177 1177
             cd libraries/base
    
    1178
    -        cabal build --with-compiler ghc-${ghc_version}-installed/bin/ghc \
    
    1178
    +        cabal build --with-compiler ../../ghc-${ghc_version}-installed/bin/ghc \
    
    1179 1179
                         --allow-boot-library-installs \
    
    1180 1180
                         -O0
    
    1181 1181
             cd -