Skip to content

Hadrian: Fix OSX build failure and add an OSX CI job

Alp Mestanogullari requested to merge alp/ghc:wip/alp/hadrian-osx-ci into master

The OSX build failure introduced in 3aa71a22 was due to a change in the glob we use to collect libffi shared libraries in hadrian/src/Rules/Libffi.hs. This commit fixes the problem and adds an OSX CI job that builds GHC with Hadrian, to make sure we don't break it again.

Edited by Alp Mestanogullari

Merge request reports