-
-
Notifications
You must be signed in to change notification settings - Fork 320
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
appveyor builds have been failing again #832
Comments
Reported as |
Fixed for now by using unreleased stack. To avoid rebuilding that every time, we save the stack executable in appveyor cache. This will break when cache is cleared, and possibly also when appveyor picks a different instance with different cache state. After next stack release, we can resume downloading the binary again and close this. |
Same workaround now applied on 1.10 branch, to generate windows 1.10 binaries. |
Building with stack 1.9, ghc 8.6, seems in good shape now. |
Due to (still) not being able to find the
happy
executable, apparently.https://ci.appveyor.com/project/simonmichael/hledger/history
Possibly related:
commercialhaskell/stack#595
commercialhaskell/stack#3178
commercialhaskell/stack#3249
https://www.fpcomplete.com/blog/2017/07/stacks-new-extensible-snapshots
The text was updated successfully, but these errors were encountered: