[Git][ghc/ghc][wip/no-typeable-proxy] Remove ghc-linters from needs
Krzysztof Gogolewski
gitlab at gitlab.haskell.org
Sat Oct 10 15:23:11 UTC 2020
Krzysztof Gogolewski pushed to branch wip/no-typeable-proxy at Glasgow Haskell Compiler / GHC
Commits:
aefbbb8b by Krzysztof Gogolewski at 2020-10-10T17:22:57+02:00
Remove ghc-linters from needs
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -248,7 +248,7 @@ validate-x86_64-linux-deb9-unreg-hadrian:
hadrian-ghc-in-ghci:
stage: quick-build
- needs: [ghc-linters, lint-linters, lint-submods]
+ needs: [lint-linters, lint-submods]
image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb9:$DOCKER_REV"
before_script:
# workaround for docker permissions
@@ -282,7 +282,7 @@ hadrian-ghc-in-ghci:
.lint-params:
stage: lint
- needs: [ghc-linters, lint-submods]
+ needs: [lint-submods]
tags:
- lint
image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb9:$DOCKER_REV"
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/aefbbb8b08516ba7127a03daa31845b89dd2a5c9
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/aefbbb8b08516ba7127a03daa31845b89dd2a5c9
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20201010/72d74e60/attachment-0001.html>
More information about the ghc-commits
mailing list