From a8a82d9c9e30347bd33957ab6f486a75abcd48be Mon Sep 17 00:00:00 2001 From: godofredoc Date: Fri, 28 Oct 2022 08:16:51 -0700 Subject: [PATCH] Adds a release_candidate variable to DEPS. (flutter/engine#36978) --- DEPS | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 2b36bb3102c..8436e59c3a6 100644 --- a/DEPS +++ b/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':