mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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:
parent
7fdbaaf1fe
commit
4c5d250e69
@ -1 +1 @@
|
||||
@call python3 "%~dp0gn" %*
|
||||
@call vpython3 "%~dp0gn" %*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user