Skip to content

Commit 912abb5

Browse files
[ci] Add Linux desktop support to Linux custom_package_tests (flutter#6551)
We're in the process of adding Linux desktop support to Pigeon (flutter/packages#5100), so we need the Linux desktop dependencies in the relevant tasks.
1 parent 4b8580e commit 912abb5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.ci.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -322,12 +322,14 @@ targets:
322322
version_file: flutter_master.version
323323
target_file: linux_custom_package_tests.yaml
324324
# Pigeon tests need Andoid deps (thus the Linux_android base), emulator,
325-
# and clang-format.
325+
# and Linux desktop deps.
326326
# web_benchmarks needs Chrome.
327327
dependencies: >-
328328
[
329329
{"dependency": "android_virtual_device", "version": "android_34_google_apis_x64.textpb"},
330330
{"dependency": "clang", "version": "git_revision:5d5aba78dbbee75508f01bcaa69aedb2ab79065a"},
331+
{"dependency": "cmake", "version": "build_id:8787856497187628321"},
332+
{"dependency": "ninja", "version": "version:1.9.0"},
331333
{"dependency": "chrome_and_driver", "version": "version:114.0"}
332334
]
333335
channel: master
@@ -349,6 +351,8 @@ targets:
349351
[
350352
{"dependency": "android_virtual_device", "version": "android_34_google_apis_x64.textpb"},
351353
{"dependency": "clang", "version": "git_revision:5d5aba78dbbee75508f01bcaa69aedb2ab79065a"},
354+
{"dependency": "cmake", "version": "build_id:8787856497187628321"},
355+
{"dependency": "ninja", "version": "version:1.9.0"},
352356
{"dependency": "chrome_and_driver", "version": "version:114.0"}
353357
]
354358
channel: stable

0 commit comments

Comments
 (0)