-
Notifications
You must be signed in to change notification settings - Fork 0
Allow installing HLS from source #15
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
Conversation
So, what changed here?
|
ARM build ran out of memory:
I think I can give it more. |
Actually AMD failed for the same reason. I changed both of them to have 16 GB of RAM and 8 vCPUs. I restarted the GHC 9.4.3 builds to see if they succeed. If they do, I'll restart all the builds. |
Unfortunately that failed too. I can configure a larger machine for AMD, but not for ARM. I'm going to try setting |
That failed again for both AMD and ARM. I think this approach isn't going to work for us. HLS simply requires more resources to build than we are able to provide. There is another step up in CodeBuild for the AMD machines, but we're already at the top for the ARM machines. I suppose it's possible that we could build for ARM using emulation on a giant AMD machine, but that seems like more trouble than it's worth at this point. |
Wouldn't that just be changing the machine and activating binfmt or something? |
It would use |
I think that my code is all correct, but I keep getting this error with the ARM64 build:
I have no idea how to fix it. |
Closing in favor of #16. |
Alternative to #14. Would fix #12. Also would fix #13.