diff --git a/DEPS b/DEPS index a08a8b8faa6..0d7a5a76f05 100644 --- a/DEPS +++ b/DEPS @@ -140,7 +140,7 @@ vars = { "i18n_rev": "c45e050426bdeaaa120e5ce856abb486863d0476", "leak_tracker_rev": "f5620600a5ce1c44f65ddaa02001e200b096e14c", # rolled manually "material_color_utilities_rev": "799b6ba2f3f1c28c67cc7e0b4f18e0c7d7f3c03e", - "native_rev": "723cd56a5edc89699db32bca1b5bf91aa0bcf0cf", # rolled manually while native assets are experimental + "native_rev": "cc5539fe3fd782629f13e05b0c83093862baf7ca", # rolled manually while native assets are experimental "protobuf_rev": "04bd6ace9326616a41a6a6bef93355f73fa28faf", "pub_rev": "c3e50919d11896f014cb971e1776d00a0e2d18b3", # rolled manually "shelf_rev": "082d3ac2d13a98700d8148e8fad8f3e12a6fd0e1", diff --git a/third_party/pkg/native_toolchain_c.status b/third_party/pkg/native_toolchain_c.status index 6cf3328d53f..825d2fab01b 100644 --- a/third_party/pkg/native_toolchain_c.status +++ b/third_party/pkg/native_toolchain_c.status @@ -7,6 +7,7 @@ test/cbuilder/cbuilder_cross_linux_host_test: SkipByDesign # Cross compilation i 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/rust_test: SkipByDesign # Rust compiler not available 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.