Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ targets:
- DEPS
- .ci.yaml
- testing/**
- shell/platforms/android/**
- shell/platform/android/**

- name: Linux Benchmarks
enabled_branches:
Expand Down
4 changes: 2 additions & 2 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ vars = {
'download_dart_sdk': True,

# Checkout Android dependencies only on platforms where we build for Android targets.
'download_android_deps': 'host_cpu == "x64" and (host_os == "mac" or host_os == "linux")',
'download_android_deps': '(host_os == "mac" or host_os == "linux")',

# Checkout Windows dependencies only if we are building on Windows.
'download_windows_deps' : 'host_os == "win"',
Expand Down Expand Up @@ -341,7 +341,7 @@ deps = {
Var('dart_git') + '/yaml_edit.git' + '@' + Var('dart_yaml_edit_rev'),

'src/third_party/dart/tools/sdks':
{'packages': [{'version': 'version:2.17.0', 'package': 'dart/dart-sdk/${{platform}}'}], 'dep_type': 'cipd'},
{'packages': [{'version': 'version:2.19.0-374.0.dev', 'package': 'dart/dart-sdk/${{platform}}'}], 'dep_type': 'cipd'},

# WARNING: end of dart dependencies list that is cleaned up automatically - see create_updated_flutter_deps.py.

Expand Down
Loading