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

only specify --openjdk-target when cross compiling #3923

Merged
merged 1 commit into from
Aug 25, 2024

Conversation

gdams
Copy link
Member

@gdams gdams commented Aug 22, 2024

This will partially fix adoptium/adoptium-support#937 for macOS aarch64

Copy link

Thank you for creating a pull request!
If you have not done so already, please familiarise yourself with our Contributing Guidelines and FAQ, even if you have contributed to the Adoptium project before. GitHub actions will now run a set of jobs against your PR that will lint and unit test your changes. Keep an eye out for the results from these on the latest commit you submitted. For more information, please see our testing documentation.

@github-actions github-actions bot added macos Issues that affect or relate to the MAC OS cross-compile Issues that affect or relate to cross compiled platforms (e.g. RISC-V) labels Aug 22, 2024
@gdams gdams changed the title only specific --openjdk-target when cross compiling only specify --openjdk-target when cross compiling Aug 22, 2024
@gdams

This comment was marked as outdated.

@gdams gdams marked this pull request as draft August 22, 2024 12:00
@github-actions github-actions bot added the aarch Issues that affect or relate to the aarch ARCHITECTURE label Aug 22, 2024
@gdams gdams marked this pull request as ready for review August 22, 2024 12:01
Copy link
Member

@sxa sxa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this was added in for cross-compiling for aarch64 on x64 hosts, which we're not doing so it makes sense to remove it in the aarch64->aarch64 case.
On that basis, I approve 👍🏻 Thanks for tracking it down.

@karianna karianna merged commit 6d8db56 into adoptium:master Aug 25, 2024
26 checks passed
@gdams gdams deleted the cds branch August 25, 2024 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aarch Issues that affect or relate to the aarch ARCHITECTURE cross-compile Issues that affect or relate to cross compiled platforms (e.g. RISC-V) macos Issues that affect or relate to the MAC OS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

classes.jsa and classes_nocoops.jsa now excluded from MacOS JDKs/JREs?
3 participants