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

Cherry pick fixes into 0.27 #891

Merged
merged 5 commits into from
Jan 17, 2025
Merged

Conversation

bioball
Copy link
Contributor

@bioball bioball commented Jan 17, 2025

Port fixes from #868, #875, #882

To be rebase-merged

StefMa and others added 3 commits January 17, 2025 09:59
Format numbers with `.` decimals
Graal Native Image is assuming 4k page size here, which is a naughty assumption to make in the modern Linux-on-ARM landscape.
Two very common hardware configurations require 16k minumum page size: the Raspberry Pi 5 and Asahi Linux (running on Apple Silicon hardware).

This change forces 64k pages for Linux/AArch64 native executables to guarantee compatibility with these platforms.
DEVELOPMENT.adoc is also updated to cover the additional dependencies required for building native executables on Linux.
@bioball bioball changed the title Cherry pick fixes Cherry pick fixes into 0.27 Jan 17, 2025
* Update license header file spec to use placeholder year
* Update spotless to use ratchet formatting (only format files that have changed)
@bioball bioball merged commit 376eb2b into apple:release/0.27 Jan 17, 2025
5 checks passed
@bioball bioball deleted the cherry-pick-fixes branch January 17, 2025 18:32
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.

4 participants