-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
ensure AppVeyor builds in 64bits #169
Labels
CI
CI tools support; project CI; build with different GHC, tools
Hacktoberfest
https://hacktoberfest.digitalocean.com/
windows
Windows system support
Comments
chshersh
added
CI
CI tools support; project CI; build with different GHC, tools
windows
Windows system support
labels
Oct 11, 2018
@pascalpoizat Thanks for the issue submission! Changing generated |
I am on it :-) |
Ok it works. I will enter details in the PR. |
pascalpoizat
added a commit
to pascalpoizat/summoner
that referenced
this issue
Oct 11, 2018
pascalpoizat
added a commit
to pascalpoizat/summoner
that referenced
this issue
Oct 12, 2018
chshersh
pushed a commit
that referenced
this issue
Oct 12, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CI
CI tools support; project CI; build with different GHC, tools
Hacktoberfest
https://hacktoberfest.digitalocean.com/
windows
Windows system support
There is a bug with the builds under Windows, see here:
The result is builds in AppVeyor failing with error
-1073741819
.It seems that the bug could be solved in a future version of GHC.
Meanwhile, a solution seems to force using 64bits version of stack and have stack build for 64bits too.
The solution corresponds to changing:
into
in the generated
appveyor.yml
The text was updated successfully, but these errors were encountered: