diff --git a/DEPS b/DEPS index 6a30e437e3a..46fe69c7de4 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": "ea446859a3044a4fd76f2f87487d3934625a4767", # rolled manually while native assets are experimental + "native_rev": "7944c5a0d26f3948273096239c9c2a8d6f0cda54", # rolled manually while native assets are experimental "protobuf_rev": "0bfff0ca150959c92dac525474d73bde946f3391", "pub_rev": "06dda296bfbdb345ecf696fc88b28ec6c02c5d7b", # rolled manually "shelf_rev": "082d3ac2d13a98700d8148e8fad8f3e12a6fd0e1", diff --git a/third_party/pkg/native_toolchain_c.status b/third_party/pkg/native_toolchain_c.status index ff1dd503264..ac2c6a2c63b 100644 --- a/third_party/pkg/native_toolchain_c.status +++ b/third_party/pkg/native_toolchain_c.status @@ -27,5 +27,6 @@ test/native_toolchain/xcode_test: SkipByDesign # XCode on Dart CI doesn't have t [ $system == windows ] test/cbuilder/compiler_resolver_test: SkipByDesign # Toolchains not installed in default locations on Dart CI. +test/clinker/objects_cross_test: SkipByDesign # Toolchains not installed in default locations on Dart CI. test/native_toolchain/msvc_test: SkipByDesign # Toolchains not installed in default locations on Dart CI. test/tool/tool_resolver_test: SkipByDesign # Toolchains not installed in default locations on Dart CI.