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

Make mill/mill.bat launcher scripts fall back to non-native binary when used on unsupported OS/CPU platforms #4414

Open
lihaoyi opened this issue Jan 28, 2025 · 1 comment

Comments

@lihaoyi
Copy link
Member

lihaoyi commented Jan 28, 2025

In particular, we need to make sure that mill.bat ignores the -native suffix when used on Windows/ARM, at least until oracle/graal#9215 is resolved upstream

@lefou
Copy link
Member

lefou commented Jan 28, 2025

If we would add support for a -jvm suffix, we could let the launcher autmatically decide which platform to choose, when it finds a pure version (without any platform suffix). Since the user is still able to explicitly use the JVM only.

Edit: Oh, I didn't realized you already proposed exactly that idea as #4415.

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

No branches or pull requests

2 participants