Skip to content

Commit

Permalink
fix: include data attribute in direct inputs
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed Jan 5, 2024
1 parent d46406b commit 2fc91c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/native_image/rules.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ def _graal_binary_implementation(ctx):
# add toolchain files to transitive inputs
transitive_inputs.append(gvm_toolchain.gvm_files[DefaultInfo].files)
transitive_inputs.append(gvm_toolchain.includes[DefaultInfo].files)
direct_inputs.extend(ctx.files.data)

graalvm_home = paths.dirname(graal.dirname)

# if we're using an explicit tool, add it to the direct inputs
Expand Down

0 comments on commit 2fc91c1

Please sign in to comment.