-
Notifications
You must be signed in to change notification settings - Fork 61
{2023.06}[2022b,a64fx] HarfBuzz 5.3.1 (originally built with EB 4.8.2) #1098
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
base: main
Are you sure you want to change the base?
Conversation
bot: build instance:eessi-bot-deucalion repository:eessi.io-2023.06-software architecture:aarch64/a64fx |
New job on instance
|
bot: build instance:eessi-bot-deucalion repository:eessi.io-2023.06-software architecture:aarch64/a64fx |
New job on instance
|
The build of Rust 1.65.0 failed with a weird error:
|
EasyBuild LLM integration would have probably helped here:
|
That is indeed helpful 😄 But can it also provide a patch? 😅 |
It tries, one thing it says is
and I wonder if the vector widths of a64fx (which IIRC are especially wide) are actually supported. The other option is to switch off SVE somehow. |
A slightly newer Rust (1.70.0 instead of 1.65.0) built with GCCcore-12.3.0 instead of GCCcore 12.2.0 does work fine. And the binutils version is fixed, since that's taken from the compat layer. |
Separated from #1051