Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    1
    +spec:
    
    2
    +  inputs:
    
    3
    +    release:
    
    4
    +      default: "no"
    
    5
    +      description: Release pipeline
    
    6
    +      options: [ "yes", "no" ]
    
    7
    +
    
    8
    +---
    
    9
    +
    
    1 10
     variables:
    
    2 11
       GIT_SSL_NO_VERIFY: "1"
    
    3 12
     
    
    ... ... @@ -28,6 +37,8 @@ variables:
    28 37
       # Makes ci.sh isolate CABAL_DIR
    
    29 38
       HERMETIC: "YES"
    
    30 39
     
    
    40
    +  RELEASE_JOB: $[[ inputs.release ]]
    
    41
    +
    
    31 42
       # Reduce XZ compression level for regular jobs (it is bumped to 9 for releases
    
    32 43
       # and nightly jobs). In my experiments I've got the following bindist size in
    
    33 44
       # the given time for each compression level (with the quick flavour):