Kaynağa Gözat

DEPOT_TOOLS_WIN_TOOLCHAIN=0 does not work with remote execution

Bug: 313567009
Change-Id: I7192b1bc5e9d7ddb2648508999e26fc6eb64d695
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6507987
Auto-Submit: Fumitoshi Ukai <ukai@google.com>
Commit-Queue: Fumitoshi Ukai <ukai@google.com>
Reviewed-by: Yiwei Zhang <yiwzhang@google.com>
Fumitoshi Ukai 3 ay önce
ebeveyn
işleme
18580cf9c4

+ 5 - 1
win_toolchain/get_toolchain_if_necessary.py

@@ -573,7 +573,9 @@ def main():
                 'Toolchain is out of date. Run "gclient runhooks" to '
                 'Toolchain is out of date. Run "gclient runhooks" to '
                 'update the toolchain, or set '
                 'update the toolchain, or set '
                 'DEPOT_TOOLS_WIN_TOOLCHAIN=0 to use the locally '
                 'DEPOT_TOOLS_WIN_TOOLCHAIN=0 to use the locally '
-                'installed toolchain.')
+                'installed toolchain.\n'
+                'Note: DEPOT_TOOLS_WIN_TOOLCHAIN=0 does not work with '
+                'remote execution.')
         should_use_file = False
         should_use_file = False
         should_use_http = False
         should_use_http = False
         should_use_gs = False
         should_use_gs = False
@@ -598,6 +600,8 @@ def main():
                     '\n\n\nNo downloadable toolchain found. In order to use your '
                     '\n\n\nNo downloadable toolchain found. In order to use your '
                     'locally installed version of Visual Studio to build Chrome '
                     'locally installed version of Visual Studio to build Chrome '
                     'please set DEPOT_TOOLS_WIN_TOOLCHAIN=0.\n'
                     'please set DEPOT_TOOLS_WIN_TOOLCHAIN=0.\n'
+                    'Note: DEPOT_TOOLS_WIN_TOOLCHAIN=0 does not work with '
+                    'remote execution.\n'
                     'For details search for DEPOT_TOOLS_WIN_TOOLCHAIN in the '
                     'For details search for DEPOT_TOOLS_WIN_TOOLCHAIN in the '
                     'instructions at %s\n\n' % doc)
                     'instructions at %s\n\n' % doc)
             return 1
             return 1