Skip to content

Commit

Permalink
chore: run buildifier
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed Sep 1, 2023
1 parent 31e31e0 commit 2ae10ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion graalvm/nativeimage/rules.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ load(
)
load(
"//internal/native_image:rules.bzl",
_DEFAULT_GVM_REPO = "DEFAULT_GVM_REPO",
_BAZEL_CPP_TOOLCHAIN_TYPE = "BAZEL_CPP_TOOLCHAIN_TYPE",
_GVM_TOOLCHAIN_TYPE = "GVM_TOOLCHAIN_TYPE",
_NATIVE_IMAGE_ATTRS = "NATIVE_IMAGE_ATTRS",
Expand Down
3 changes: 1 addition & 2 deletions internal/native_image/builder.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def _configure_static_zlib_compile(ctx, args, direct_inputs):
fail("Expected a static library for static_zlib, got %s" % library)

zlib_static = ctx.actions.declare_file(
ctx.attr.name + "_hermetic_libs/libz.a"
ctx.attr.name + "_hermetic_libs/libz.a",
)
ctx.actions.symlink(
output = zlib_static,
Expand All @@ -42,7 +42,6 @@ def _configure_static_zlib_compile(ctx, args, direct_inputs):
)
direct_inputs.append(zlib_static)


def assemble_native_build_options(
ctx,
args,
Expand Down

0 comments on commit 2ae10ac

Please sign in to comment.