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

Commits:

1 changed file:

Changes:

  • .gitlab/ci.sh
    ... ... @@ -968,7 +968,7 @@ function run_hadrian() {
    968 968
       if [ -n "${VERBOSE:-}" ]; then args+=("-V"); fi
    
    969 969
       # Before running the compiler, unset variables gitlab env vars as these
    
    970 970
       # can destabilise the performance test (see #20341)
    
    971
    -  (unset $(compgen -v | grep CI_*);
    
    971
    +  (unset $(compgen -v | grep -E '^(CI_|FF_|GITLAB_)');
    
    972 972
         # dump the env before running hdarian itself.
    
    973 973
         start_section run_hadrian_env "env for runnning hadrian"; env; end_section run_hadrian_env
    
    974 974
         run "${HADRIAN_PATH:-hadrian/build-cabal}" \