-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
OpenBSD arm64 support #3665
Comments
Can you verify that esbuild builds and runs on that configuration? For example: installing Go, downloading this repo, and running |
Looks good to me! It builds and the tests seem to pass.
And this is on OpenBSD on an Arm MacBook:
|
That's great, thanks! |
Currently testing the cross build in this branch: https://github.com/ikmckenz/esbuild/tree/openbsd-arm64, but ran into a weird issue with Go. I think there may be an issue with go cross building to OpenBSD arm64, as even hello world fails to run correctly. Issue filed with Go here: golang/go#66040 |
Issue was the Go cross compiler not working correctly for OpenBSD on the latest (M2+) apple silicon chips, but when tested against an M1 it was always working without issue. The M2+ issue has also been resolved upstream in go. To that end I've opened a pull request for my branch here: #3674 |
Hey @evanw , is there anything else I can do to support this? |
Thank you! :) |
I'd love an arm64 version for OpenBSD, looks like there is an arm64 version for FreeBSD so hopefully the effort is minimal?
The text was updated successfully, but these errors were encountered: