[Git][ghc/ghc][wip/jeltsch/ghc-9-14-building-base] Make needs list empty
Wolfgang Jeltsch pushed to branch wip/jeltsch/ghc-9-14-building-base at Glasgow Haskell Compiler / GHC Commits: 18618de5 by Wolfgang Jeltsch at 2026-06-29T15:41:28+03:00 Make needs list empty - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -1146,9 +1146,7 @@ ghc-wasm-meta-unreg: base-build-with-ghc-914: stage: testing - needs: - - job: lint-author - optional: true + needs: [] dependencies: null image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb12:$DOCKER_REV" tags: View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/18618de5f1b981c6e11a649937b63ab1... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/18618de5f1b981c6e11a649937b63ab1... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Wolfgang Jeltsch (@jeltsch)