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 Java runtime dependency of libjvm optional if supported #103

Merged
merged 1 commit into from
Aug 7, 2023

Conversation

fmeum
Copy link
Owner

@fmeum fmeum commented Aug 7, 2023

If the current version of Bazel supports optional toolchains, the Java runtime dependency of libjvm is optional. If no Java runtime is registered for the current target platform, the resulting binaries will fall back to looking for a Java runtime on the host.

With this commit, the minimum supported version of Bazel is raised to 5.0.0.

If the current version of Bazel supports optional toolchains, the Java
runtime dependency of `libjvm` is optional. If no Java runtime is
registered for the current target platform, the resulting binaries will
fall back to looking for a Java runtime on the host.

With this commit, the minimum supported version of Bazel is raised to
5.0.0.
@fmeum fmeum merged commit 5c1d153 into main Aug 7, 2023
@fmeum fmeum deleted the optional-java-runtime branch August 7, 2023 15:07
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.

1 participant