[Git][ghc/ghc][wip/ghc-9.4.5-backports] ci: lint-ci-config: remove line metioning nix from cabal.config
Zubin (@wz1000)
gitlab at gitlab.haskell.org
Tue Apr 11 09:47:59 UTC 2023
Zubin pushed to branch wip/ghc-9.4.5-backports at Glasgow Haskell Compiler / GHC
Commits:
65a9d023 by Zubin Duggal at 2023-04-11T15:17:46+05:30
ci: lint-ci-config: remove line metioning nix from cabal.config
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -268,7 +268,7 @@ lint-ci-config:
- cp -Rf cabal-cache/* ~/.cabal || true
script:
- nix shell --extra-experimental-features nix-command --extra-experimental-features flakes nixpkgs#cabal-install nixpkgs#ghc -c cabal update
- - cat /root/.cabal/config
+ - sed -i "/nix:/d" /root/.cabal/config
- .gitlab/generate_jobs
# 1 if .gitlab/generate_jobs changed the output of the generated config
- nix shell --extra-experimental-features nix-command --extra-experimental-features flakes nixpkgs#git -c git diff --exit-code
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/65a9d0230d912dd023642abd778e9edb55368b88
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/65a9d0230d912dd023642abd778e9edb55368b88
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/20230411/fa9b7db9/attachment-0001.html>
More information about the ghc-commits
mailing list