Skip to content

Commit be245dd

Browse files
authored
Merge pull request #16012 from github/criemen/swift-linux-sandbox
Swift genrule: Replace local with no-sandbox.
2 parents 0aa7de2 + 79094e4 commit be245dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/third_party/BUILD.swift-toolchain-linux.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ _pm_interface_files = [
3030
srcs = ["%s/%s/%s" % (_strip_prefix, dir, interface)],
3131
outs = [module],
3232
cmd = "$(location usr/bin/swift-frontend) -compile-module-from-interface $< -o $@ -I $$(dirname $<)",
33-
local = True,
33+
tags = ["no-sandbox"],
3434
tools = ["usr/bin/swift-frontend"],
3535
),
3636
pkg_files(

0 commit comments

Comments
 (0)