
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: f9790ca8 by Ben Gamari at 2025-10-08T18:24:19-04:00 gitlab-ci: Make RELEASE_JOB an input Rather than an undocumented variable. - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -1,3 +1,12 @@ +spec: + inputs: + release: + default: "no" + description: Release pipeline + options: [ "yes", "no" ] + +--- + variables: GIT_SSL_NO_VERIFY: "1" @@ -28,6 +37,8 @@ variables: # Makes ci.sh isolate CABAL_DIR HERMETIC: "YES" + RELEASE_JOB: $[[ inputs.release ]] + # Reduce XZ compression level for regular jobs (it is bumped to 9 for releases # and nightly jobs). In my experiments I've got the following bindist size in # the given time for each compression level (with the quick flavour): View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f9790ca81deb8b14ff2eabf701aecbcf... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f9790ca81deb8b14ff2eabf701aecbcf... You're receiving this email because of your account on gitlab.haskell.org.