[infra] Run tests using ad-hoc signed binaries on CI

This would allow us to catch issue with hardened runtime
which previously would slip through and only be discovered
after release.

Issue https://github.com/dart-lang/sdk/issues/53928

R=whesse@google.com

Change-Id: Iea1ced5433a3cf753d251a519a1de7bd0673ea3c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/333822
Reviewed-by: William Hesse <whesse@google.com>
Commit-Queue: Slava Egorov <vegorov@google.com>
This commit is contained in:
Vyacheslav Egorov 2023-11-03 13:18:10 +00:00 committed by Commit Queue
parent 0036560045
commit 906ae3a9a6

View file

@ -1125,6 +1125,7 @@
"name": "build dart",
"script": "tools/build.py",
"arguments": [
"--codesigning-identity=-",
"runtime"
]
},
@ -1225,6 +1226,7 @@
"name": "build dart",
"script": "tools/build.py",
"arguments": [
"--codesigning-identity=-",
"runtime",
"dart_precompiled_runtime"
]