You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Possibly need to use -march=compatibility as automatic detection in graalvm is not so great. It looks to be random which cpu arch you get with macos runners.
Running:
Received: ["The current machine does not support all of the following CPU features that are ", "required by the image: [CX8, CMOV, FXSR, MMX, SSE, SSE2, SSE3, SSSE3, SSE4_1, SS", "E4_2, POPCNT, LZCNT, AVX, AVX2, BMI1, BMI2, FMA]. ", "Please rebuild the executable with an appropriate setting of the -march option. ", "
- We're mostly getting issues with macos runners
where -march=compatibility looks to work better
but is not automatically set depending which
cpu arch is in use.
- Relates spring-projects#1064
jvalkeal
added a commit
to jvalkeal/spring-shell
that referenced
this issue
May 7, 2024
- We're mostly getting issues with macos runners
where -march=compatibility looks to work better
but is not automatically set depending which
cpu arch is in use.
- Relates spring-projects#1064
- We're mostly getting issues with macos runners
where -march=compatibility looks to work better
but is not automatically set depending which
cpu arch is in use.
- Backport #1064
- We're mostly getting issues with macos runners
where -march=compatibility looks to work better
but is not automatically set depending which
cpu arch is in use.
- Backport #1064
Uh oh!
There was an error while loading. Please reload this page.
Possibly need to use
-march=compatibility
as automatic detection in graalvm is not so great. It looks to be random which cpu arch you get with macos runners.Running:
Compile:
Run:
The text was updated successfully, but these errors were encountered: