From f0707cb6ae5224c57898899887e75570cc6ad641 Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Tue, 13 Feb 2018 11:29:09 +0100 Subject: [PATCH] Forcing vs_toolchain update only on a win checkout. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: webrtc:8875 Change-Id: I2a6c73dc6a80641343a42141bd2c259db594910e Reviewed-on: https://webrtc-review.googlesource.com/52343 Reviewed-by: Mirko Bonadei Reviewed-by: Patrik Höglund Commit-Queue: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#21998} --- DEPS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DEPS b/DEPS index d23873d936..8f9a64746c 100644 --- a/DEPS +++ b/DEPS @@ -248,7 +248,8 @@ hooks = [ # Update the Windows toolchain if necessary. Must run before 'clang' below. 'name': 'win_toolchain', 'pattern': '.', - 'action': ['python', 'src/build/vs_toolchain.py', 'update'], + 'condition': 'checkout_win', + 'action': ['python', 'src/build/vs_toolchain.py', 'update', '--force'], }, { # Update the Mac toolchain if necessary.