-
Notifications
You must be signed in to change notification settings - Fork 843
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
Fix building Stack on ARM #2604
Comments
I have a patch for review on store: mgsloan/store#78 Pending someone actually testing it on ARM, and perhaps more code review. |
I've updated stack to use store-0.3 In theory this is now resolved. Pending test by someone who has an ARM machine - pinging @dysinger |
If you like I can give it a test on my arm port. Is the master branch the thing to test? |
Yep it'd be the master branch. Crossing my fingers that it works! |
@mgsloan: I've tested the master branch of
Full log is at https://gist.github.com/borsboom/7bd922f62e62c42f4aaa3c5f4e24cad6. |
I believe those failures are due to the tests assuming that the size of |
The tests now pass, and |
Woohoo! I think we can consider this resolved. |
Yep, I managed to get it to build, forgot to post that bit (had some build issues that were just no swap space due to a reboot):
|
stack-1.3.0 ARM binary is now uploaded to the release: https://github.com/commercialhaskell/stack/releases/download/v1.3.0/stack-1.3.0-linux-arm.tar.gz |
Stack now uses
store
, which does not currently build ARM and some other processors (see mgsloan/store#37). Firststore
will need to be fixed, and then Stack will have to use the newstore
version.ping @mgsloan
The text was updated successfully, but these errors were encountered: