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
This commit is contained in:
Chris Bracken 2021-08-25 15:54:28 -07:00 committed by GitHub
parent 7fdbaaf1fe
commit 4c5d250e69

View File

@ -1 +1 @@
@call python3 "%~dp0gn" %*
@call vpython3 "%~dp0gn" %*