[Git][ghc/ghc][wip/mangoiv/ci-stages] ci: clean up env before running tests even more
Magnus pushed to branch wip/mangoiv/ci-stages at Glasgow Haskell Compiler / GHC Commits: 43337463 by mangoiv at 2026-09-03T11:13:40+02:00 ci: clean up env before running tests even more - - - - - 1 changed file: - .gitlab/ci.sh Changes: ===================================== .gitlab/ci.sh ===================================== @@ -968,7 +968,7 @@ function run_hadrian() { if [ -n "${VERBOSE:-}" ]; then args+=("-V"); fi # Before running the compiler, unset variables gitlab env vars as these # can destabilise the performance test (see #20341) - (unset $(compgen -v | grep CI_*); + (unset $(compgen -v | grep -E '^(CI_|FF_|GITLAB_)'); # dump the env before running hdarian itself. start_section run_hadrian_env "env for runnning hadrian"; env; end_section run_hadrian_env run "${HADRIAN_PATH:-hadrian/build-cabal}" \ View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/4333746379de774b9727fdfea777ef10... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/4333746379de774b9727fdfea777ef10... You're receiving this email because of your account on gitlab.haskell.org. Manage all notifications: https://gitlab.haskell.org/-/profile/notifications | Help: https://gitlab.haskell.org/help
participants (1)
-
Magnus (@MangoIV)