From 906ae3a9a65b64b219717b688f2918a8d4721e2f Mon Sep 17 00:00:00 2001 From: Vyacheslav Egorov Date: Fri, 3 Nov 2023 13:18:10 +0000 Subject: [PATCH] [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 Commit-Queue: Slava Egorov --- tools/bots/test_matrix.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/bots/test_matrix.json b/tools/bots/test_matrix.json index 691de9a8380..940b98e9240 100644 --- a/tools/bots/test_matrix.json +++ b/tools/bots/test_matrix.json @@ -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" ]