From 4c5d250e69c103dc8ea607b3eb190d4e3cf975e8 Mon Sep 17 00:00:00 2001 From: Chris Bracken Date: Wed, 25 Aug 2021 15:54:28 -0700 Subject: [PATCH] Use vpython3 for gn script (flutter/engine#28314) We believe this will reduce flakiness on the Windows bots by limiting the interaction of the global Python install and the self-contained hermetic vpython that ships with depot_tools. Issue: https://github.com/flutter/flutter/issues/88719 --- engine/src/flutter/tools/gn.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/flutter/tools/gn.bat b/engine/src/flutter/tools/gn.bat index 6fc626ae27c..adf7d8953ee 100644 --- a/engine/src/flutter/tools/gn.bat +++ b/engine/src/flutter/tools/gn.bat @@ -1 +1 @@ -@call python3 "%~dp0gn" %* +@call vpython3 "%~dp0gn" %*