Unverified Commit ca077d43 authored by Greg Spencer's avatar Greg Spencer Committed by GitHub

Add flutter desktop build dependencies to test_misc shards (#89054)

This adds the dependencies necessary to build a desktop app to the test_misc shards so that example integration tests can be run.
parent 206a1898
......@@ -389,7 +389,10 @@ targets:
properties:
dependencies: >-
[
{"dependency": "goldctl"}
{"dependency": "goldctl"},
{"dependency": "clang"},
{"dependency": "cmake"},
{"dependency": "ninja"}
]
shard: framework_tests
subshard: misc
......@@ -1882,7 +1885,8 @@ targets:
properties:
dependencies: >-
[
{"dependency": "goldctl"}
{"dependency": "goldctl"},
{"dependency": "xcode"}
]
shard: framework_tests
subshard: misc
......@@ -3367,7 +3371,8 @@ targets:
properties:
dependencies: >-
[
{"dependency": "goldctl"}
{"dependency": "goldctl"},
{"dependency": "vs_build"}
]
shard: framework_tests
subshard: misc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment