Skip to content

Commit

Permalink
Add _jdk label as toolchain so execution platform is handled correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
hjellek committed Aug 22, 2024
1 parent 4add165 commit 22068f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/openapi_generator.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ def _impl(ctx):
),
outputs = [declared_dir],
tools = ctx.files._jdk,
toolchain = ctx.attr._jdk.label,
)

srcs = declared_dir.path
Expand Down

0 comments on commit 22068f4

Please sign in to comment.