Skip to content

Commit

Permalink
[ci] Add Linux desktop support to Linux custom_package_tests (#6551)
Browse files Browse the repository at this point in the history
We're in the process of adding Linux desktop support to Pigeon (#5100), so we need the Linux desktop dependencies in the relevant tasks.
  • Loading branch information
stuartmorgan authored Apr 18, 2024
1 parent 4b8580e commit 912abb5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -322,12 +322,14 @@ targets:
version_file: flutter_master.version
target_file: linux_custom_package_tests.yaml
# Pigeon tests need Andoid deps (thus the Linux_android base), emulator,
# and clang-format.
# and Linux desktop deps.
# web_benchmarks needs Chrome.
dependencies: >-
[
{"dependency": "android_virtual_device", "version": "android_34_google_apis_x64.textpb"},
{"dependency": "clang", "version": "git_revision:5d5aba78dbbee75508f01bcaa69aedb2ab79065a"},
{"dependency": "cmake", "version": "build_id:8787856497187628321"},
{"dependency": "ninja", "version": "version:1.9.0"},
{"dependency": "chrome_and_driver", "version": "version:114.0"}
]
channel: master
Expand All @@ -349,6 +351,8 @@ targets:
[
{"dependency": "android_virtual_device", "version": "android_34_google_apis_x64.textpb"},
{"dependency": "clang", "version": "git_revision:5d5aba78dbbee75508f01bcaa69aedb2ab79065a"},
{"dependency": "cmake", "version": "build_id:8787856497187628321"},
{"dependency": "ninja", "version": "version:1.9.0"},
{"dependency": "chrome_and_driver", "version": "version:114.0"}
]
channel: stable
Expand Down

0 comments on commit 912abb5

Please sign in to comment.