File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ vars = {
140140 "i18n_rev" : "42c49328f8c040b663c2a2d94be9b6ddd80a70bd" ,
141141 "leak_tracker_rev" : "f5620600a5ce1c44f65ddaa02001e200b096e14c" , # rolled manually
142142 "material_color_utilities_rev" : "799b6ba2f3f1c28c67cc7e0b4f18e0c7d7f3c03e" ,
143- "native_rev" : "7944c5a0d26f3948273096239c9c2a8d6f0cda54 " , # rolled manually while native assets are experimental
143+ "native_rev" : "723cd56a5edc89699db32bca1b5bf91aa0bcf0cf " , # rolled manually while native assets are experimental
144144 "protobuf_rev" : "bce362dec347ae3cca085bd28db2aa2649f754e5" ,
145145 "pub_rev" : "f6457fd20c9a9734a747262b1bcc2200c8357efb" , # rolled manually
146146 "shelf_rev" : "082d3ac2d13a98700d8148e8fad8f3e12a6fd0e1" ,
Original file line number Diff line number Diff line change @@ -212,6 +212,8 @@ dependency_overrides:
212212 path : third_party/pkg/leak_tracker/pkgs/memory_usage
213213 mime :
214214 path : third_party/pkg/tools/pkgs/mime
215+ native_test_helpers :
216+ path : third_party/pkg/native/pkgs/native_test_helpers
215217 native_toolchain_c :
216218 path : third_party/pkg/native/pkgs/native_toolchain_c
217219 oauth2 :
@@ -272,8 +274,6 @@ dependency_overrides:
272274 path : third_party/pkg/tools/pkgs/string_scanner
273275 swift2objc :
274276 path : third_party/pkg/native/pkgs/swift2objc
275- swiftgen :
276- path : third_party/pkg/native/pkgs/swiftgen
277277 sync_http :
278278 path : third_party/pkg/sync_http
279279 tar :
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ test/clinker/objects_cross_ios_test: SkipByDesign # Cross compilation is not tes
1010test/clinker/treeshake_cross_android_test: SkipByDesign # Cross compilation is not tested on the Dart CI.
1111test/clinker/treeshake_cross_ios_test: SkipByDesign # Cross compilation is not tested on the Dart CI.
1212test/clinker/treeshake_cross_test: SkipByDesign # Cross compilation is not tested on the Dart CI.
13+ test/clinker/windows_module_definition_cross_test: SkipByDesign # Cross compilation is not tested on the Dart CI.
1314test/native_toolchain/gcc_test: SkipByDesign # Cross compilation is not tested on the Dart CI.
1415test/native_toolchain/ndk_test: SkipByDesign # Cross compilation is not tested on the Dart CI.
1516
You can’t perform that action at this time.
0 commit comments