-
Notifications
You must be signed in to change notification settings - Fork 82
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
[0.27.0] bad CPU type in executable on OSX (Intel) #1001
Comments
@rgrunber @datho7561 have you some idea? |
I think I see the problem :
It wasn't "arm64" in 0.26.1 . That looks completely wrong. We should get to the bottom of it and produce a bug fix release. Update: I don't yet see how, but the entire job to build the x64 bit binary server ran on an aarch64 runner 😐 Update 2: Maybe at https://github.com/redhat-developer/vscode-xml/pull/964/files#diff-b80496605edd832dcf2d81e352ad212e9ea5251b616374f061fdf03077050918R31-R35 macos-latest still was using 12 and we explicitly took 14 for aarch64. maybe that 'latest' silently changed, and we never noticed. |
Thanks for the lightning fast replies, and awesome to see you already found something! I know it's far too early, but If I can test anything, just let me know 👍 |
@alycklama , this should be published as pre-release version |
@rgrunber I can confirm the issue is gone with the pre-release. Thanks a lot for the quick fix everyone! |
@alycklama glad the issue has been fixed. @rgrunber thanks so much! |
In regards to mason-org#5922 and redhat-developer/vscode-xml#1001, the same issue also occurs on macOS with ARM64 chips. The error I get on ARM64 is: 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, SSE4_2, POPCNT, LZCNT, AVX, AVX2, BMI1, BMI2, FMA]. Please rebuild the executable with an appropriate setting of the -march option. Splitting the targets and installing the correct artifact fixes this. I tested it locally. :)
I'm trying to run LemMinX 0.27.0 on Sonoma 14.4.1 (2,4 GHz 8-Core Intel Core i9), but I get the following error:
bad CPU type in executable
Version 0.26.1 works as expected.
The text was updated successfully, but these errors were encountered: