You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building a recent version of GHC from source by specifying compiler: ghc-git-COMMIT-FLAVOUR in a stack.yaml (as described here) fails with the following error:
Building GHC from source with `quick` flavour. It can take a long time (more than one hour)...
Did not find executable at specified path: /tmp/with-repo468829/cloned/hadrian/build.stack.sh
General summary
Building a recent version of GHC from source by specifying
compiler: ghc-git-COMMIT-FLAVOUR
in astack.yaml
(as described here) fails with the following error:Steps to reproduce
For example:
stack.yaml
with(This is the newest GHC commit at the time of writing)
stack build
Expected
The script
hadrian/build-stack
should be invoked.Actual
The script
hadrian/build.stack.sh
was invoked (apparently the script has been renamed).Stack version
Method of installation
Official binary
The text was updated successfully, but these errors were encountered: