ghc-bootstrap on git repos ignores bootstrap compiler
And fails if there's no unversioned ghc in PATH.
This is a ghcup specific bug.
The actual build will be carried out with the correct compiler though. We do the bootstrap magic to figure out the version of GHC (which isn't that straight forward).
Edited by Julian Ospald