From 88364585c540ba4959184f487a344c0dbfbea096 Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Tue, 17 Jun 2025 04:11:22 -0700 Subject: [PATCH] [deps] Roll dart-lang/native Cq-Include-Trybots: luci.dart.try:pkg-linux-debug-try,pkg-linux-release-arm64-try,pkg-linux-release-try,pkg-mac-release-arm64-try,pkg-win-release-arm64-try,pkg-mac-release-try,pkg-win-release-try Change-Id: I8e0434e2beda34f3df16fffe7a31259a7e2f85b1 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/435100 Auto-Submit: Michael Goderbauer Commit-Queue: Daco Harkes Reviewed-by: Morgan :) Reviewed-by: Daco Harkes --- DEPS | 2 +- third_party/pkg/native_toolchain_c.status | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/DEPS b/DEPS index f6701c61ac6..25ea7dd7305 100644 --- a/DEPS +++ b/DEPS @@ -140,7 +140,7 @@ vars = { "i18n_rev": "43214dde639f496377b6151115d1415128298c53", "leak_tracker_rev": "f5620600a5ce1c44f65ddaa02001e200b096e14c", # rolled manually "material_color_utilities_rev": "799b6ba2f3f1c28c67cc7e0b4f18e0c7d7f3c03e", - "native_rev": "92e243f0dd0e59559bc26ee57fcc9d4d2cf6d7d5", # rolled manually while native assets are experimental + "native_rev": "ea446859a3044a4fd76f2f87487d3934625a4767", # rolled manually while native assets are experimental "protobuf_rev": "0bfff0ca150959c92dac525474d73bde946f3391", "pub_rev": "818f10b4bf9249bd0b2c212dd8709675eeb14cd2", # rolled manually "shelf_rev": "082d3ac2d13a98700d8148e8fad8f3e12a6fd0e1", diff --git a/third_party/pkg/native_toolchain_c.status b/third_party/pkg/native_toolchain_c.status index 3cdabbfaafb..ff1dd503264 100644 --- a/third_party/pkg/native_toolchain_c.status +++ b/third_party/pkg/native_toolchain_c.status @@ -6,7 +6,9 @@ test/cbuilder/cbuilder_cross_android_test: SkipByDesign # Cross compilation is n test/cbuilder/cbuilder_cross_linux_host_test: SkipByDesign # Cross compilation is not tested on the Dart CI. test/cbuilder/cbuilder_cross_windows_host_test: SkipByDesign # Cross compilation is not tested on the Dart CI. test/clinker/objects_cross_android_test: SkipByDesign # Cross compilation is not tested on the Dart CI. +test/clinker/objects_cross_ios_test: SkipByDesign # Cross compilation is not tested on the Dart CI. test/clinker/treeshake_cross_android_test: SkipByDesign # Cross compilation is not tested on the Dart CI. +test/clinker/treeshake_cross_ios_test: SkipByDesign # Cross compilation is not tested on the Dart CI. test/clinker/treeshake_cross_test: SkipByDesign # Cross compilation is not tested on the Dart CI. test/native_toolchain/gcc_test: SkipByDesign # Cross compilation is not tested on the Dart CI. test/native_toolchain/ndk_test: SkipByDesign # Cross compilation is not tested on the Dart CI.