We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0aa7de2 + 79094e4 commit be245ddCopy full SHA for be245dd
swift/third_party/BUILD.swift-toolchain-linux.bazel
@@ -30,7 +30,7 @@ _pm_interface_files = [
30
srcs = ["%s/%s/%s" % (_strip_prefix, dir, interface)],
31
outs = [module],
32
cmd = "$(location usr/bin/swift-frontend) -compile-module-from-interface $< -o $@ -I $$(dirname $<)",
33
- local = True,
+ tags = ["no-sandbox"],
34
tools = ["usr/bin/swift-frontend"],
35
),
36
pkg_files(
0 commit comments