Skip to content

Commit

Permalink
fix: missing macos x64 binding for oracle gvm 22
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon committed Sep 19, 2024
1 parent 49eea47 commit c7125fc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 0 additions & 1 deletion .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ matrix:
- ubuntu2004
- macos
- macos_arm64
- windows

validate_config: 1
buildifier: latest
Expand Down
10 changes: 10 additions & 0 deletions internal/graalvm_bindist_map.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2452,6 +2452,16 @@ _GRAALVM_BINDIST = {
"@rules_graalvm//platform/jvm:java22",
],
},
"oracle_22.0.2_macos-x64_24.0.2": {
# Oracle GraalVM 22.0.2 (Java 22), macOS (amd64), Version 24.0.2
"url": "https://download.oracle.com/graalvm/22/latest/graalvm-jdk-22_macos-x64.tar.gz",
"sha256": "9fcbf3ff96f38f31e2f590bb62adf19e065535c82e27b5fd742def005bef3528",
"compatible_with": [
"@platforms//cpu:x86_64",
"@platforms//os:macos",
"@rules_graalvm//platform/jvm:java22",
],
},
"oracle_22.0.2_windows-x64_24.0.2": {
# Oracle GraalVM 22.0.2 (Java 22), Windows (amd64), Version 24.0.2
"url": "https://download.oracle.com/graalvm/22/latest/graalvm-jdk-22_windows-x64_bin.zip",
Expand Down

0 comments on commit c7125fc

Please sign in to comment.