aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2015-12-21 19:33:58 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2015-12-21 21:35:53 +0000
commitb9f401b97590cb95e76efb0ba8bf5319cfe93108 (patch)
tree7e109c369171b6972742e91139d3ac1f72249473 /scripts
parentdc5df8ca10f1d4ca31293906519a43c7abe646b0 (diff)
Speed-up bootstrap on OS X by removing tool compilation.
-- MOS_MIGRATED_REVID=110704529
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bootstrap/bootstrap.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/bootstrap/bootstrap.sh b/scripts/bootstrap/bootstrap.sh
index 2ffae0d078..94f0bff60f 100755
--- a/scripts/bootstrap/bootstrap.sh
+++ b/scripts/bootstrap/bootstrap.sh
@@ -34,7 +34,8 @@ fi
--javabuilder_top=//src/java_tools/buildjar:bootstrap_deploy.jar \
--genclass_top=//src/java_tools/buildjar:bootstrap_genclass_deploy.jar \
--ijar_top=//third_party/ijar \
- --strategy=Javac=worker --worker_quit_after_build"}
+ --strategy=Javac=worker --worker_quit_after_build \
+ ${EXTRA_BAZEL_ARGS-}"}
function bazel_bootstrap() {
local mode=${3:-"0644"}