Skip to content

Commit

Permalink
[IWYU]: remove execution requirement on no-sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
storypku committed Jul 10, 2022
1 parent 47a20de commit 94c6e95
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bazel/iwyu/iwyu.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ def _run_iwyu(ctx, iwyu_executable, iwyu_mappings, iwyu_options, flags, target,
executable = iwyu_executable,
mnemonic = "iwyu",
progress_message = "Run include-what-you-use on {}".format(infile.short_path),
execution_requirements = {
"no-sandbox": "1",
},
)
return outfile

Expand Down

0 comments on commit 94c6e95

Please sign in to comment.