-
Notifications
You must be signed in to change notification settings - Fork 841
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--no-install-ghc
also blocks install MSYS2 when necessary
#6675
Comments
@andreasabel, I have fixed the documentation. The current logic is that if I agree with your suggestion. I think that means there should be:
That way:
|
I've raised a pull request that seeks to implement this: |
--no-install-ghc
also does not install MSYS2--no-install-ghc
also blocks install MSYS2 when necessary
Excellent, thanks! |
Fix #6675 Add install-msys and ancillary matters
Seems like
--no-install-ghc
stops stack also from installing MSYS2.Observed in a CI run: https://github.com/haskell-hvr/brotli/actions/runs/12653647868/job/35259576693?pr=13#step:4:11
The docs instead say that it only affects the instalation [sic!] of GHC:
stack/doc/configure/global_flags.md
Lines 143 to 149 in 9f1ba4e
I suppose at least the documentation should be fixed, maybe the option should be differentiated.
The text was updated successfully, but these errors were encountered: