From da9d7a10eb46fc512c393051f96b713dc453d4b4 Mon Sep 17 00:00:00 2001 From: Niranjan Yardi Date: Tue, 22 Oct 2024 17:14:44 -0700 Subject: [PATCH] Add cobalt:gn_all to cobalt github actions only --- .github/config/android-cobalt-arm.json | 3 ++- .github/config/android-cobalt-arm64.json | 3 ++- .github/config/android-cobalt-x86.json | 3 ++- .github/config/linux-cobalt.json | 3 ++- .github/config/linux.json | 3 +-- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/config/android-cobalt-arm.json b/.github/config/android-cobalt-arm.json index 4f980689be4f..0d8c0656c5bc 100644 --- a/.github/config/android-cobalt-arm.json +++ b/.github/config/android-cobalt-arm.json @@ -15,7 +15,8 @@ "blink_unittests", "content_shell", "system_webview_apk", - "system_webview_shell_apk" + "system_webview_shell_apk", + "cobalt:gn_all" ], "includes": [ { diff --git a/.github/config/android-cobalt-arm64.json b/.github/config/android-cobalt-arm64.json index 8c9cde4f0797..926600c35d8a 100644 --- a/.github/config/android-cobalt-arm64.json +++ b/.github/config/android-cobalt-arm64.json @@ -15,7 +15,8 @@ "blink_unittests", "content_shell", "system_webview_apk", - "system_webview_shell_apk" + "system_webview_shell_apk", + "cobalt:gn_all" ], "includes": [ { diff --git a/.github/config/android-cobalt-x86.json b/.github/config/android-cobalt-x86.json index a913d323b685..b887a22c31ee 100644 --- a/.github/config/android-cobalt-x86.json +++ b/.github/config/android-cobalt-x86.json @@ -15,7 +15,8 @@ "blink_unittests", "content_shell", "system_webview_apk", - "system_webview_shell_apk" + "system_webview_shell_apk", + "cobalt:gn_all" ], "includes": [ { diff --git a/.github/config/linux-cobalt.json b/.github/config/linux-cobalt.json index a268955a490e..8b80ec1de536 100644 --- a/.github/config/linux-cobalt.json +++ b/.github/config/linux-cobalt.json @@ -13,7 +13,8 @@ "gpu_unittests", "gin_unittests", "blink_unittests", - "content_shell" + "content_shell", + "cobalt:gn_all" ], "includes": [ { diff --git a/.github/config/linux.json b/.github/config/linux.json index ef2063e171c1..2d02d498bb97 100644 --- a/.github/config/linux.json +++ b/.github/config/linux.json @@ -13,8 +13,7 @@ "gpu_unittests", "gin_unittests", "blink_unittests", - "content_shell", - "starboard/libstarboard.so.17" + "content_shell" ], "includes": [ {