-
-
Notifications
You must be signed in to change notification settings - Fork 323
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 CI builds are failing intermittently #424
Comments
Also commercialhaskell/stack#2617 and this unpleasant workaround. |
Update: it looks like this has been fixed in GHC 8.1, so we can wait (a long time) for that to arrive on appveyor, or use the (ugly) retries hack. |
Is AppVeyor building hledger at the moment or have you paused that? Do we have to compile Windows builds locally for now? I suppose the download page kinda answers that already but I'm trying to avoid it, hehe. |
It's still paused, yes. I doubt if appveyor has a new-enough GHC yet, but I don't know for sure. Yes building yourself is probably required on Windows. Is that hard though ? |
Thank you for the explanation. |
Binaries need periodic updating, extra support when it doesn't work on somebody's system, and (should) carry an extra burden of attention to security - checksums, signing, transparent build process etc. Is this something you'd be willing to take on ? I feel that some existing CI system is a cost-effective way to do it. |
PS I will re-enable and play around with appveyor again. It sounds like stack build -j1 might be a workaround. |
You are correct. I was oversimplifying it. My local "build environment" for a lack of a better word certainly has its issues. I have ideas about how to do it without AppVeyor but my energy level might not suffice at the moment. |
Nightly appveyor builds re-enabled (& http://appveyor.hledger.org url shortcut added). |
That's awesome. Thank you so much. |
You're welcome. I'll close this, assuming the appveyor builds keep working. |
See haskell/cabal#4005
The text was updated successfully, but these errors were encountered: