Magnus pushed to branch wip/mangoiv/ci-stages at Glasgow Haskell Compiler / GHC Commits: 59fa379a by mangoiv at 2026-08-07T16:43:41+02:00 fixup! ci: build and test stage - - - - - 2 changed files: - .gitlab/generate-ci/gen_ci.hs - .gitlab/jobs.yaml Changes: ===================================== .gitlab/generate-ci/gen_ci.hs ===================================== @@ -860,7 +860,7 @@ job arch opsys buildConfig = jobRules = emptyRules jobName - jobName = testEnv arch opsys buildConfig <> (extendName buildConfig "") + jobName = extendName buildConfig $ testEnv arch opsys buildConfig jobTags = tags arch opsys buildConfig ===================================== .gitlab/jobs.yaml ===================================== The diff for this file was not included because it is too large. View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/59fa379adc208fb8c2862536689f8c25... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/59fa379adc208fb8c2862536689f8c25... You're receiving this email because of your account on gitlab.haskell.org. Manage all notifications: https://gitlab.haskell.org/-/profile/notifications | Help: https://gitlab.haskell.org/help
participants (1)
-
Magnus (@MangoIV)