mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Backtracing] Don't use the hardened runtime for tests.
Using the hardened runtime for tests doesn't work. rdar://107362003
This commit is contained in:
@@ -92,7 +92,7 @@ def unrpathize(filename):
|
||||
def codesign(filename):
|
||||
# "-" is the signing identity for ad-hoc signing.
|
||||
command = ['/usr/bin/codesign', '--force', '--sign', '-',
|
||||
'--options=runtime', '--entitlements', get_task_allow_plist,
|
||||
'--entitlements', get_task_allow_plist,
|
||||
filename]
|
||||
subprocess.check_call(command)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user