Ben Gamari pushed to branch ghc-9.14 at Glasgow Haskell Compiler / GHC Commits: c3bd6bc4 by Ben Gamari at 2025-10-06T11:11:10-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: + 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 ]] + # 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/c3bd6bc49d5292a4c9a436d34ed529ef... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c3bd6bc49d5292a4c9a436d34ed529ef... You're receiving this email because of your account on gitlab.haskell.org.