-
-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update ubuntu for arm compiler crashes #151
Conversation
Signed-off-by: clux <sszynrae@gmail.com>
Would love to see a fix here so we can use 1.85 and 2024 edition 🙏 |
Signed-off-by: clux <sszynrae@gmail.com>
also remove a (now-default) removed flag. Signed-off-by: clux <sszynrae@gmail.com>
Signed-off-by: clux <sszynrae@gmail.com>
Signed-off-by: clux <sszynrae@gmail.com>
Signed-off-by: clux <sszynrae@gmail.com>
it's been a weird one. it's failing only on arm and the error is literally a core dump or compiler error in the middle of compilation. have gotten it mostly working locally by sidestepping it with an ubuntu upgrade, but curl is acting up. i might actually kill curl for now (also noted in #96 and no one has said anything, and i don't think it's heavily relied on). hopefully will get a release through with/without curl. |
also add nicer separation of local dev and ci entrypoints Signed-off-by: clux <sszynrae@gmail.com>
Finally, green, merging as is. curl be damned. |
thank you!! |
red CI on arm with compiler errors and core dumps for 3 weeks. resolved by:
The only big change here should curl removal, which at this point SHOULD be reasonable. I doubt many people use curl crate over hyper at this point, and if you are, you probably shouldn't. Anyway, reach out on #96 if you disagree.