[Git][ghc/ghc][wip/9.6.4-metadata-fail] gitlab-ci: Use ghc 9.2.8 for generate_jobs_metadata

Zubin (@wz1000) gitlab at gitlab.haskell.org
Sun Jan 7 14:19:19 UTC 2024



Zubin pushed to branch wip/9.6.4-metadata-fail 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/85e70728/attachment.html>


More information about the ghc-commits mailing list