Skip to content
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

MacOS executable for version 1.4 x86_64 #75

Closed
fa2k opened this issue May 28, 2024 · 8 comments · Fixed by #76
Closed

MacOS executable for version 1.4 x86_64 #75

fa2k opened this issue May 28, 2024 · 8 comments · Fixed by #76

Comments

@fa2k
Copy link

fa2k commented May 28, 2024

The executable on the Release page doesn't work on macos x86_64. I get an error Bad CPU type. I can use the executable for 1.3.1.

    (base) paalmbj@glia Downloads % md5sum wave-1.4.0-macos-x86_64
    cff4adaf0eac872a02f78c8f474a3a0a  wave-1.4.0-macos-x86_64
    (base) paalmbj@glia Downloads % ./wave-1.4.0-macos-x86_64
    zsh: bad CPU type in executable: ./wave-1.4.0-macos-x86_64
    (base) paalmbj@glia Downloads % sysctl -a|grep brand
    machdep.cpu.brand_string: Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz
    machdep.cpu.brand: 0
@pditommaso
Copy link
Contributor

@munishchouhan any clue on what's changed?

@munishchouhan
Copy link
Member

There is no change in build process between 1.3.1 and 1.4.0
Screenshot 2024-05-28 at 14 46 45

@munishchouhan
Copy link
Member

weird both are working on arm

munish.chouhan@Munishs-MacBook-Pro Downloads % ./wave-1.4.0-macos-arm64 --version
1.4.0_08f3f56
munish.chouhan@Munishs-MacBook-Pro Downloads % ./wave-1.4.0-macos-x86_64 --version
1.4.0_08f3f56

@pditommaso
Copy link
Contributor

It sounds like both are compiled for ARM then

@munishchouhan
Copy link
Member

Here is the problem, macos-latest github runner uses mac os 14, which runs on Mac silicon and not on intel
actions/runner-images#9255

@munishchouhan
Copy link
Member

@fa2k Please download nativeCompile-macos-12 from https://github.com/seqeralabs/wave-cli/actions/runs/9269871401
and try

@fa2k
Copy link
Author

fa2k commented May 28, 2024

@munishchouhan Yes this works! Thanks!

@munishchouhan munishchouhan linked a pull request May 28, 2024 that will close this issue
@pditommaso
Copy link
Contributor

Released 1.4.1 solving this https://github.com/seqeralabs/wave-cli/releases/tag/v1.4.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants