Skip to content

Commit

Permalink
fixup! fix(build): hermetic install of files after build
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion committed Apr 24, 2024
1 parent dace2e1 commit 5358f26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/build_system.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ _kong_template_attrs = {
def _render_template(ctx, output):
substitutions = dict(ctx.attr.substitutions)
for l in ctx.attr.srcs + ctx.attr.tools:
any_file = l.files.to_list()[0]
if OutputGroupInfo in l and "gen_dir" in l[OutputGroupInfo]: # usualy it's foreign_cc target
p = l[OutputGroupInfo].gen_dir.to_list()[0].path
else: # otherwise it's usually output from gen_rule, file_group etc
Expand Down

0 comments on commit 5358f26

Please sign in to comment.