haskell / ghcup-metadata

GHCup metadata repository
33 stars 30 forks source link

Metadata for GHC 9.6.5 #202

Closed wz1000 closed 7 months ago

wz1000 commented 7 months ago

https://gitlab.haskell.org/ghc/ghcup-ci/-/pipelines/93204

wz1000 commented 7 months ago

https://github.com/haskell/ghcup-metadata/actions/runs/8700686971

wz1000 commented 7 months ago

@hasufell do you know why jobs like rocky 8 etc. are failing? The logs seem to show everything worked.

hasufell commented 7 months ago

@hasufell do you know why jobs like rocky 8 etc. are failing? The logs seem to show everything worked.

It probably means you're not distributing manpages for those platforms and the following line fails:

+ [[ -e /__w/_temp/foobarbaz/.ghcup/ghc/9.6.5/bin/../share/man/man1/ghc.1 ]]
wz1000 commented 7 months ago

ok, that issue will not be fixed in the upstream bindists for this release.

chreekat commented 7 months ago

Are the man pages missing for all the 9.6 releases?

hasufell commented 7 months ago

Are the man pages missing for all the 9.6 releases?

I believe pretty much every release is affected except 9.8.2, which I fixed manually.