[Git][ghc/ghc][ghc-9.6] gitlab-ci: Use ghc 9.2.8 for generate_jobs_metadata
Zubin (@wz1000)
gitlab at gitlab.haskell.org
Sun Jan 7 18:16:20 UTC 2024
Zubin pushed to branch ghc-9.6 at Glasgow Haskell Compiler / GHC
Commits:
f60d485c by Zubin Duggal at 2024-01-07T19:48:43+05:30
gitlab-ci: Use ghc 9.2.8 for generate_jobs_metadata
Nix can't find ghc 9.2.4 for some reason, resulting in the lint-ci-config job failing
Metric Decrease:
MultiLayerModulesTH_Make
Metric Increase:
MultiLayerModulesTH_Make
- - - - -
1 changed file:
- .gitlab/generate_job_metadata
Changes:
=====================================
.gitlab/generate_job_metadata
=====================================
@@ -1,5 +1,5 @@
#! /usr/bin/env nix-shell
-#!nix-shell -i bash -p cabal-install "haskell.packages.ghc924.ghcWithPackages (pkgs: with pkgs; [aeson])" git jq
+#!nix-shell -i bash -p cabal-install "haskell.packages.ghc928.ghcWithPackages (pkgs: with pkgs; [aeson])" git jq
cd "$(dirname "${BASH_SOURCE[0]}")"
cabal run gen_ci -- metadata jobs-metadata.json
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f60d485c4ea9b58e65c54a552e5f6dda06270293
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f60d485c4ea9b58e65c54a552e5f6dda06270293
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/20240107/6212cbf2/attachment.html>
More information about the ghc-commits
mailing list