-
Notifications
You must be signed in to change notification settings - Fork 13
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
Rewrite: rules_graalvm
#5
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This changeset adds support for the binary distributions of Graal version `22.0.0.2`. Additionally, it adds code to cover ARM64 use cases on macOS and Linux. Changes enclosed: - Add `22.0.0.2` to `graal_bindist.bzl` - Add arch detection for bindist download - Add message about ARM64 on macOS (there is no dist for this yet)
This changeset adds support for the binary distributions of Graal version [`22.1.0`][1]. Additionally, we can now ungate ARM64 on macOS (M1) since Oracle is providing a distribution as of this new release. Changes enclosed: - Add `22.1.0` to `graal_bindist.bzl` - Ungate ARM64 on macOS [1]: https://github.com/graalvm/graalvm-ce-builds/releases/tag/vm-22.1.0
This small fix adds `darwin-aarch64` to the internal prefix list, which was missed in my last PR. While I was there, I added a better error message for pre-`22.1.0` use of `aarch64` on macOS. Changes enclosed: - Add `darwin-aarch64` to internal prefix list - Add better error message if using GVM < `21.3.0` on M1
sgammon
force-pushed
the
feat/rules-graalvm
branch
8 times, most recently
from
August 13, 2023 03:13
6e86383
to
4241942
Compare
sgammon
force-pushed
the
feat/rules-graalvm
branch
from
August 13, 2023 04:33
4241942
to
fd0d99a
Compare
sgammon
force-pushed
the
feat/rules-graalvm
branch
from
August 13, 2023 04:43
fd0d99a
to
b148f6f
Compare
sgammon
force-pushed
the
feat/rules-graalvm
branch
from
August 13, 2023 04:47
b148f6f
to
3527e69
Compare
sgammon
force-pushed
the
feat/rules-graalvm
branch
from
August 13, 2023 04:52
3527e69
to
345d5ac
Compare
sgammon
force-pushed
the
feat/rules-graalvm
branch
from
August 13, 2023 04:55
345d5ac
to
87c487d
Compare
sgammon
force-pushed
the
feat/rules-graalvm
branch
from
August 13, 2023 05:11
87c487d
to
ed61f72
Compare
- feat: ability to distinguish between CE and oracle distributions - feat: ability to install and use graalvm as a java toolchain - feat: ability to download graalvm components - feat: ability to run arbitrary post-setup commands with `gu` - feat: support auto-target-gen via gazelle - feat: dedicated toolchain types for `graalvm` and `native-image` - feat: provide graalvm sdk aliasing - feat: add makefile - feat: add `aspect` configs - feat: reusable test/build workflows via actions - feat: support for buildbuddy and buildless - docs: add `toolchain` doc - docs: add `components` doc - docs: add `native-image` doc - docs: add `modern-bazel` doc - fix: use conventional `workspace.bzl` and `rules.bzl` - fix: use conventional `graalvm/` prefix - fix: use on macos aarch64 - chore: add linting, prebuilt tooling - chore: add github actions for build/test - chore: support for bazel6, bazel7, upgrade to bazel7 - chore: add distribution download endpoints for newer CE/oracle - chore: docs root in github flavored markdown - chore: rewrite of main project readme
sgammon
force-pushed
the
feat/rules-graalvm
branch
from
August 13, 2023 05:18
ed61f72
to
e5405b7
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
TBD.