From 432df4b819c388247aba2ec7d22bdc170a1ffd1d Mon Sep 17 00:00:00 2001 From: Matan Lurey Date: Thu, 14 Mar 2024 13:18:54 -0700 Subject: [PATCH 1/3] Add android_debug_unopt_arm64 to local_engine builders. --- ci/builders/local_engine.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/ci/builders/local_engine.json b/ci/builders/local_engine.json index 2237511bed687..0a27c7aee9810 100644 --- a/ci/builders/local_engine.json +++ b/ci/builders/local_engine.json @@ -19,6 +19,26 @@ "targets": [] } }, + { + "drone_dimensions": [ + "os=Mac-13", + "os=Linux" + ], + "gn": [ + "--runtime-mode", + "debug", + "--unoptimized", + "--android", + "--android-cpu=arm64", + "--no-stripped", + "--no-lto" + ], + "name": "android_debug_unopt_arm64", + "ninja": { + "config": "android_debug_unopt_arm64", + "targets": [] + } + }, { "drone_dimensions": [ "os=Mac-13", From fc41d69e2bfb4617452a9f2d123a75a67a4aadf3 Mon Sep 17 00:00:00 2001 From: Matan Lurey Date: Thu, 14 Mar 2024 13:37:47 -0700 Subject: [PATCH 2/3] ++ --- ci/builders/local_engine.json | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/ci/builders/local_engine.json b/ci/builders/local_engine.json index 0a27c7aee9810..38f3d9c1650e6 100644 --- a/ci/builders/local_engine.json +++ b/ci/builders/local_engine.json @@ -1,24 +1,5 @@ { "builds": [ - { - "drone_dimensions": [ - "os=Mac-13", - "os=Linux" - ], - "gn": [ - "--runtime-mode", - "debug", - "--android", - "--android-cpu=arm64", - "--no-stripped", - "--no-lto" - ], - "name": "android_debug_arm64", - "ninja": { - "config": "android_debug_arm64", - "targets": [] - } - }, { "drone_dimensions": [ "os=Mac-13", From 6cabde1d1b051e48d57547257765b4e345af5e53 Mon Sep 17 00:00:00 2001 From: Matan Lurey Date: Thu, 14 Mar 2024 13:46:18 -0700 Subject: [PATCH 3/3] Revert. --- ci/builders/local_engine.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/ci/builders/local_engine.json b/ci/builders/local_engine.json index 38f3d9c1650e6..0a27c7aee9810 100644 --- a/ci/builders/local_engine.json +++ b/ci/builders/local_engine.json @@ -1,5 +1,24 @@ { "builds": [ + { + "drone_dimensions": [ + "os=Mac-13", + "os=Linux" + ], + "gn": [ + "--runtime-mode", + "debug", + "--android", + "--android-cpu=arm64", + "--no-stripped", + "--no-lto" + ], + "name": "android_debug_arm64", + "ninja": { + "config": "android_debug_arm64", + "targets": [] + } + }, { "drone_dimensions": [ "os=Mac-13",