From 8c04e9e0b5ae55107460a3be73d09f2402c51580 Mon Sep 17 00:00:00 2001 From: Damien Martin-Guillerez Date: Mon, 18 Jan 2016 12:53:39 +0000 Subject: Use JavaIoFileSystem during the bootstrapping, removing JNI compilation. Another step towards no C++ compilation outside of Bazel for bootstrapping. -- MOS_MIGRATED_REVID=112399835 --- compile.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'compile.sh') diff --git a/compile.sh b/compile.sh index 2159384b18..ba44f19142 100755 --- a/compile.sh +++ b/compile.sh @@ -97,6 +97,7 @@ if [ $DO_COMPILE ]; then log "Building output/bazel" ${BAZEL} --nomaster_bazelrc --bazelrc=${BAZELRC} --batch \ + --host_jvm_args="-Dio.bazel.UnixFileSystem=0" \ build \ --singlejar_top=//src/java_tools/singlejar:bootstrap_deploy.jar \ --javabuilder_top=//src/java_tools/buildjar:bootstrap_deploy.jar \ -- cgit v1.2.3