Skip to content

Commit

Permalink
TMP: Use hermetic zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Aug 31, 2023
1 parent f95bc48 commit de64a2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 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-macos-apple-support",
strip_prefix = "rules_graalvm-hermetic-zlib",
urls = [
"https://github.com/fmeum/rules_graalvm/archive/macos-apple-support.tar.gz",
"https://github.com/fmeum/rules_graalvm/archive/hermetic-zlib.tar.gz",
],
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ native_image(
"//conditions:default": [],
}) + ["-H:+TraceNativeToolUsage"],
main_class = _TURBINE_MAIN_CLASS,
static_zlib = "//third_party/zlib",
deps = [":turbine_deps"],
)

Expand Down

0 comments on commit de64a2e

Please sign in to comment.