mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Merge pull request #16012 from github/criemen/swift-linux-sandbox
Swift genrule: Replace local with no-sandbox.
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user