From f7b0fa08f580016aba0cdbd171331f2c9fc2795b Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Wed, 9 Oct 2024 14:42:57 -0700 Subject: [PATCH] [Impeller] libImpeller: Upload missing arm artifacts. Should have been a part of https://github.com/flutter/engine/commit/ff07e57c67051f3b3dbb6d9a694fcbdfed90082b but I missed these. --- ci/builders/linux_arm_host_engine.json | 4 +++- ci/builders/windows_arm_host_engine.json | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ci/builders/linux_arm_host_engine.json b/ci/builders/linux_arm_host_engine.json index 6af3a9f172f4b..d74242f8b2d79 100644 --- a/ci/builders/linux_arm_host_engine.json +++ b/ci/builders/linux_arm_host_engine.json @@ -58,6 +58,7 @@ "base_path": "out/ci/linux_debug_arm64/zip_archives/", "include_paths": [ "out/ci/linux_debug_arm64/zip_archives/linux-arm64/artifacts.zip", + "out/ci/linux_debug_arm64/zip_archives/linux-arm64/impeller_sdk.zip", "out/ci/linux_debug_arm64/zip_archives/linux-arm64/font-subset.zip", "out/ci/linux_debug_arm64/zip_archives/linux-arm64-debug/linux-arm64-flutter-gtk.zip", "out/ci/linux_debug_arm64/zip_archives/dart-sdk-linux-arm64.zip" @@ -93,7 +94,8 @@ "flutter/build/archives:artifacts", "flutter/build/archives:dart_sdk_archive", "flutter/tools/font_subset", - "flutter/shell/platform/linux:flutter_gtk" + "flutter/shell/platform/linux:flutter_gtk", + "flutter/impeller/toolkit/interop:sdk" ] } }, diff --git a/ci/builders/windows_arm_host_engine.json b/ci/builders/windows_arm_host_engine.json index 291ca05122047..7c58f1559daf0 100644 --- a/ci/builders/windows_arm_host_engine.json +++ b/ci/builders/windows_arm_host_engine.json @@ -7,6 +7,7 @@ "type": "gcs", "include_paths": [ "out/ci/host_debug_arm64/zip_archives/windows-arm64/artifacts.zip", + "out/ci/host_debug_arm64/zip_archives/windows-arm64/impeller_sdk.zip", "out/ci/host_debug_arm64/zip_archives/windows-arm64/windows-arm64-embedder.zip", "out/ci/host_debug_arm64/zip_archives/windows-arm64/font-subset.zip", "out/ci/host_debug_arm64/zip_archives/dart-sdk-windows-arm64.zip", @@ -47,7 +48,8 @@ "flutter/tools/font_subset", "flutter/build/archives:dart_sdk_archive", "flutter/shell/platform/windows/client_wrapper:client_wrapper_archive", - "flutter/build/archives:windows_flutter" + "flutter/build/archives:windows_flutter", + "flutter/impeller/toolkit/interop:sdk" ] } },