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

Allow builds from intel MacBook #3599

Merged
merged 1 commit into from
Feb 2, 2024
Merged

Conversation

eruizc-dev
Copy link
Contributor

When trying to build from an intel MacBook with ant -noinput dist, it rejects my computer architecture and calls me a snowflake

Full eclipse testing requires downloading a native SWT binding.
This script knows how to download for OS = [mac, linux, or windows] and architecture = [aarch64 or x86-64].
You have something different, you unique snowflake you.
Your OS: "Mac OS X", Your arch: "x86_64".

The problem is that it expects a dash (-) but my mac reports an underscore (_), this is solved by adding x86_64 alongside x86-64

@eruizc-dev eruizc-dev changed the title Allow building in intel macbooks Allow builds from intel MacBook Feb 2, 2024
@Rawi01 Rawi01 merged commit 1eae01f into projectlombok:master Feb 2, 2024
51 of 53 checks passed
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 this pull request may close these issues.

2 participants