Skip to content

Commit

Permalink
Revert "Add headers to headermap action inputs" (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
luispadron committed Aug 12, 2024
1 parent 9bceb55 commit fc57871
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions rules/hmap.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,9 @@ def _make_hmap(actions, headermap_builder, output, namespace, hdrs_lists):
args.set_param_file_format(format = "multiline")
args.use_param_file("@%s")

headers = [
header
for header_list in hdrs_lists
for header in header_list
]

actions.run(
mnemonic = "HmapCreate",
arguments = [args],
inputs = headers,
executable = headermap_builder,
outputs = [output],
)
Expand Down

0 comments on commit fc57871

Please sign in to comment.