Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -416,7 +416,7 @@ hadrian-ghc-in-ghci:
    416 416
         # workaround for docker permissions
    
    417 417
         - sudo chown ghc:ghc -R .
    
    418 418
       variables:
    
    419
    -    GHC_FLAGS: -Werror
    
    419
    +    GHC_FLAGS: -Werror -Wwarn=unused-imports
    
    420 420
       tags:
    
    421 421
         - x86_64-linux
    
    422 422
       script:
    
    ... ... @@ -428,7 +428,7 @@ hadrian-ghc-in-ghci:
    428 428
         - "echo '  ghc-options: -Werror'  >> hadrian/cabal.project.local"
    
    429 429
         # Load ghc-in-ghci then immediately exit and check the modules loaded
    
    430 430
         - export CORES="$(mk/detect-cpu-count.sh)"
    
    431
    -    - echo ":q" | HADRIAN_ARGS=-j$CORES hadrian/ghci -j$CORES | tail -n2 | grep "Ok,"
    
    431
    +    - echo ":q" | HADRIAN_ARGS=-j$CORES hadrian/ghci-multi -j$CORES | tail -n2 | grep "Ok,"
    
    432 432
       after_script:
    
    433 433
         - .gitlab/ci.sh save_cache
    
    434 434
         - cat ci_timings.txt