Merge pull request #16012 from github/criemen/swift-linux-sandbox

Swift genrule: Replace local with no-sandbox.
This commit is contained in:
Cornelius Riemenschneider
2024-03-21 15:06:47 +01:00
committed by GitHub

View File

@@ -30,7 +30,7 @@ _pm_interface_files = [
srcs = ["%s/%s/%s" % (_strip_prefix, dir, interface)],
outs = [module],
cmd = "$(location usr/bin/swift-frontend) -compile-module-from-interface $< -o $@ -I $$(dirname $<)",
local = True,
tags = ["no-sandbox"],
tools = ["usr/bin/swift-frontend"],
),
pkg_files(