-
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
Commits on Feb 25, 2022
-
Update: Support Graal
22.0.0.2
(#20)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)
Sam Gammon authoredFeb 25, 2022 Configuration menu - View commit details
-
Copy full SHA for b28894f - Browse repository at this point
Copy the full SHA b28894fView commit details
Commits on Apr 30, 2022
-
Update: Support Graal
22.1.0
(#21)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
Configuration menu - View commit details
-
Copy full SHA for 17c1c27 - Browse repository at this point
Copy the full SHA 17c1c27View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 9fd3876 - Browse repository at this point
Copy the full SHA 9fd3876View commit details
Commits on Aug 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for df76f4f - Browse repository at this point
Copy the full SHA df76f4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c648e0 - Browse repository at this point
Copy the full SHA 7c648e0View commit details
Commits on Aug 13, 2023
-
feat: introduce
rules_graalvm
via rewrite- 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
Configuration menu - View commit details
-
Copy full SHA for e5405b7 - Browse repository at this point
Copy the full SHA e5405b7View commit details
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.