From 94c6e95c8cfeb8596b46b6dd13bb41c56fb41f74 Mon Sep 17 00:00:00 2001 From: Jiaming Liu Date: Mon, 11 Jul 2022 02:43:50 +0800 Subject: [PATCH] [IWYU]: remove execution requirement on no-sandbox --- bazel/iwyu/iwyu.bzl | 3 --- 1 file changed, 3 deletions(-) diff --git a/bazel/iwyu/iwyu.bzl b/bazel/iwyu/iwyu.bzl index 331abc7..994f5ca 100644 --- a/bazel/iwyu/iwyu.bzl +++ b/bazel/iwyu/iwyu.bzl @@ -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