Skip to content

Commit

Permalink
Use release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Sep 2, 2023
1 parent de64a2e commit e414cf7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -588,9 +588,9 @@ install_deps()
http_archive(
name = "rules_graalvm",
sha256 = "",
strip_prefix = "rules_graalvm-hermetic-zlib",
strip_prefix = "rules_graalvm-release-0.10.x",
urls = [
"https://github.com/fmeum/rules_graalvm/archive/hermetic-zlib.tar.gz",
"https://github.com/sgammon/rules_graalvm/archive/refs/heads/release/0.10.x.zip",
],
)

Expand All @@ -607,7 +607,9 @@ load("@rules_graalvm//graalvm:workspace.bzl", "register_graalvm_toolchains", "ru

rules_graalvm_repositories()

register_graalvm_toolchains()
register_graalvm_toolchains(
register_java_toolchain = False,
)

load(
"@build_bazel_apple_support//lib:repositories.bzl",
Expand Down

0 comments on commit e414cf7

Please sign in to comment.