Ben Gamari pushed to branch wip/ci-inputs at Glasgow Haskell Compiler / GHC Commits: 3c692bba by Ben Gamari at 2025-10-06T11:05:50-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,11 @@ +spec: + inputs: + release_job: + default: "no" + options: [ "yes", "no" ] + +--- + variables: GIT_SSL_NO_VERIFY: "1" @@ -28,6 +36,8 @@ variables: # Makes ci.sh isolate CABAL_DIR HERMETIC: "YES" + RELEASE_JOB: $[[ inputs.release_job ]] + # 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/3c692bbaa472431b792e3c080d261263... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3c692bbaa472431b792e3c080d261263... You're receiving this email because of your account on gitlab.haskell.org.