mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Adds a release_candidate variable to DEPS. (flutter/engine#36978)
This commit is contained in:
parent
725ac26098
commit
a8a82d9c9e
7
DEPS
7
DEPS
@ -30,6 +30,11 @@ vars = {
|
||||
# for the web engine.
|
||||
'download_emsdk': False,
|
||||
|
||||
# For experimental features some dependencies may only be avaialable in the master/main
|
||||
# channels. This variable is being set when CI is checking out the repository.
|
||||
'release_candidate': False,
|
||||
|
||||
|
||||
# As Dart does, we use Fuchsia's GN and Clang toolchain. These revision
|
||||
# should be kept up to date with the revisions pulled by Dart.
|
||||
# The list of revisions for these tools comes from Fuchsia, here:
|
||||
@ -403,7 +408,7 @@ deps = {
|
||||
}
|
||||
],
|
||||
'dep_type': 'cipd',
|
||||
'condition': 'host_os == "win" and download_dart_sdk'
|
||||
'condition': 'host_os == "win" and download_dart_sdk and not release_candidate'
|
||||
},
|
||||
|
||||
'src/third_party/colorama/src':
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user