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

Commits:

1 changed file:

Changes:

  • .gitlab/ci.sh
    ... ... @@ -259,6 +259,12 @@ function setup() {
    259 259
       git config user.email "ghc-ci@gitlab-haskell.org"
    
    260 260
       git config user.name "GHC GitLab CI"
    
    261 261
     
    
    262
    +  # Disable auto gc. Useless in a temporary checkout, and
    
    263
    +  # non-deterministic "Auto packing the repository in background for
    
    264
    +  # optimum performance." message could pop up that confuses the
    
    265
    +  # testsuite driver!
    
    266
    +  git config gc.auto 0
    
    267
    +
    
    262 268
       info "====================================================="
    
    263 269
       info "Toolchain versions"
    
    264 270
       info "====================================================="