Unverified Commit b3ae6ffc authored by Stephen (Alex) Wallen's avatar Stephen (Alex) Wallen Committed by GitHub

Add required dependencies for `Mac flutter_gallery_macos__compile` target. (#110366)

parent d4200165
...@@ -2466,13 +2466,13 @@ targets: ...@@ -2466,13 +2466,13 @@ targets:
- .ci.yaml - .ci.yaml
- name: Mac flutter_gallery_macos__compile - name: Mac flutter_gallery_macos__compile
bringup: true # New target https://github.com/flutter/flutter/issues/109633
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
timeout: 60 timeout: 60
properties: properties:
dependencies: >- dependencies: >-
[ [
{"dependency": "xcode", "version": "13f17a"} {"dependency": "xcode", "version": "13f17a"},
{"dependency": "gems", "version": "v3.3.14"}
] ]
tags: > tags: >
["devicelab", "hostonly"] ["devicelab", "hostonly"]
......
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