From 4c55898e71d30b32090bef31b43e408d942a24f6 Mon Sep 17 00:00:00 2001 From: Philipp Wollermann Date: Thu, 27 Jul 2017 18:01:12 +0200 Subject: Replace create_embedded_tools.sh with a faster Python version. This is functionally equivalent, but ~30x faster on Windows, ~2x faster on macOS and ~1.5x faster on Linux. RELNOTES: None. Change-Id: Ib4a7e10400a3955e47772425acfce2d9530de462 PiperOrigin-RevId: 163346634 --- scripts/bootstrap/compile.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/bootstrap') diff --git a/scripts/bootstrap/compile.sh b/scripts/bootstrap/compile.sh index 494c1a109e..4280e003e0 100755 --- a/scripts/bootstrap/compile.sh +++ b/scripts/bootstrap/compile.sh @@ -345,6 +345,7 @@ function run_bazel_jar() { --ignore_unsupported_sandboxing \ --startup_time=329 --extract_data_time=523 \ --rc_source=/dev/null --isatty=1 \ + --build_python_zip \ "${client_env[@]}" \ --client_cwd="$(get_cwd)" \ "${@}" -- cgit v1.2.3