-
Notifications
You must be signed in to change notification settings - Fork 846
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
Make stack path
require ghc for less options
#6484
Comments
stack path
require ghc in less casesstack path
require ghc for less options
@deemp, I think that should be possible, with a bit of re-jigging of the code. |
Fix #6484 stack path avoids EnvConfig where possible
@deemp, this is now implemented in the |
@mpilgrem, thank you! Will you please make a release? |
Stack 2.17.1 will likely come sooner than my usual quarterly rhythmn for releases. However, as 2.15.1 was only released a week ago it will be a few weeks yet. |
@deemp, Stack 2.15.3 is released, with this behaviour change. |
Thank you! |
In freckle/stack-action#33, we discussed how to prevent
stack
from downloading GHC before restoring stack dependencies in CI because they can already include a GHC.More specifically, we need
stack path --programs
to not trigger a GHC download in GitHub Actions. Is it doable?I see that a similar issue was resolved for
stack path --stack-root
(#6340).What other options can be decouple from GHC downloads?
The text was updated successfully, but these errors were encountered: