[build] Use ad-hoc code signing by default.
Change-Id: I00b483581a04bfb4a4ed0d6212c767d67c003f83 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/508164 Reviewed-by: Slava Egorov <vegorov@google.com> Commit-Queue: Slava Egorov <vegorov@google.com>
This commit is contained in:
committed by
dart-scoped@luci-project-accounts.iam.gserviceaccount.com
parent
567bf3337b
commit
1d5057e94d
@@ -1049,7 +1049,6 @@
|
||||
"name": "build dart",
|
||||
"script": "tools/build.py",
|
||||
"arguments": [
|
||||
"--codesigning-identity=-",
|
||||
"--include-experimental-vm-service",
|
||||
"runtime"
|
||||
]
|
||||
@@ -1080,7 +1079,6 @@
|
||||
"name": "build dart",
|
||||
"script": "tools/build.py",
|
||||
"arguments": [
|
||||
"--codesigning-identity=-",
|
||||
"--include-experimental-vm-service",
|
||||
"runtime"
|
||||
]
|
||||
@@ -1089,7 +1087,6 @@
|
||||
"name": "build iOS shared library",
|
||||
"script": "tools/build.py",
|
||||
"arguments": [
|
||||
"--codesigning-identity=-",
|
||||
"--os=ios",
|
||||
"runtime:dart_jit_library"
|
||||
]
|
||||
@@ -1130,7 +1127,6 @@
|
||||
"name": "build dart",
|
||||
"script": "tools/build.py",
|
||||
"arguments": [
|
||||
"--codesigning-identity=-",
|
||||
"runtime"
|
||||
]
|
||||
},
|
||||
@@ -1161,7 +1157,6 @@
|
||||
"name": "build dart",
|
||||
"script": "tools/build.py",
|
||||
"arguments": [
|
||||
"--codesigning-identity=-",
|
||||
"--include-experimental-vm-service",
|
||||
"runtime",
|
||||
"dartaotruntime"
|
||||
@@ -1203,7 +1198,6 @@
|
||||
"name": "build dart",
|
||||
"script": "tools/build.py",
|
||||
"arguments": [
|
||||
"--codesigning-identity=-",
|
||||
"runtime",
|
||||
"dartaotruntime"
|
||||
]
|
||||
@@ -1318,7 +1312,6 @@
|
||||
"script": "tools/build.py",
|
||||
"arguments": [
|
||||
"--dart-dynamic-modules",
|
||||
"--codesigning-identity=-",
|
||||
"runtime",
|
||||
"utils/dart2bytecode",
|
||||
"utils/modular_aot_compiler"
|
||||
@@ -1475,7 +1468,6 @@
|
||||
"script": "tools/build.py",
|
||||
"arguments": [
|
||||
"--dart-dynamic-modules",
|
||||
"--codesigning-identity=-",
|
||||
"runtime",
|
||||
"runtime_precompiled",
|
||||
"utils/gen_kernel"
|
||||
@@ -3133,7 +3125,6 @@
|
||||
"name": "build dart",
|
||||
"script": "tools/build.py",
|
||||
"arguments": [
|
||||
"--codesigning-identity=-",
|
||||
"create_sdk",
|
||||
"dartanalyzer",
|
||||
"ddc_stable_test",
|
||||
|
||||
+1
-1
@@ -552,7 +552,7 @@ def AddCommonGnOptionArgs(parser):
|
||||
action='store_true')
|
||||
parser.add_argument('--codesigning-identity',
|
||||
help='Sign executables using the given identity.',
|
||||
default='',
|
||||
default='-',
|
||||
type=str)
|
||||
parser.add_argument(
|
||||
'--include-experimental-vm-service',
|
||||
|
||||
Reference in New Issue
Block a user