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

Commits:

2 changed files:

Changes:

  • .gitlab/generate-ci/gen_ci.hs
    ... ... @@ -1179,7 +1179,7 @@ debian_aarch64 :: [JobGroup Job]
    1179 1179
     debian_aarch64 =
    
    1180 1180
       [
    
    1181 1181
          disableValidate (standardBuildsWithConfig AArch64 (Linux Debian11) (splitSectionsBroken vanilla))
    
    1182
    -   , fastCI (standardBuildsWithConfig AArch64 (Linux Debian12) (splitSectionsBroken vanilla))
    
    1182
    +   , disableValidate (standardBuildsWithConfig AArch64 (Linux Debian12) (splitSectionsBroken vanilla))
    
    1183 1183
        , fastCI (standardBuildsWithConfig AArch64 (Linux Debian13) (splitSectionsBroken vanilla))
    
    1184 1184
          -- LLVM backend bootstrap
    
    1185 1185
        , onlyRule LLVMBackend (validateBuilds AArch64 (Linux Debian13) llvm)
    

  • .gitlab/jobs.yaml
    ... ... @@ -228,7 +228,7 @@
    228 228
         ],
    
    229 229
         "rules": [
    
    230 230
           {
    
    231
    -        "if": "((($ONLY_JOBS) && ($ONLY_JOBS =~ /.*\\baarch64-linux-deb12-validate(\\s|$).*/)) || (($ONLY_JOBS == null) && ((\"true\" == \"true\")))) && ($RELEASE_JOB != \"yes\") && ($NIGHTLY == null)",
    
    231
    +        "if": "((($ONLY_JOBS) && ($ONLY_JOBS =~ /.*\\baarch64-linux-deb12-validate(\\s|$).*/)) || (($ONLY_JOBS == null) && (\"disabled\" != \"disabled\"))) && ($RELEASE_JOB != \"yes\") && ($NIGHTLY == null)",
    
    232 232
             "when": "on_success"
    
    233 233
           }
    
    234 234
         ],