aboutsummaryrefslogtreecommitdiffhomepage
path: root/compile.sh
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2016-01-18 12:53:39 +0000
committerGravatar Han-Wen Nienhuys <hanwen@google.com>2016-01-18 14:35:05 +0000
commit8c04e9e0b5ae55107460a3be73d09f2402c51580 (patch)
treeaa64b22c130c7488861602583de8228294eff283 /compile.sh
parentec758db4e5ef5e74708cea6751ab50ea492a201e (diff)
Use JavaIoFileSystem during the bootstrapping, removing JNI compilation.
Another step towards no C++ compilation outside of Bazel for bootstrapping. -- MOS_MIGRATED_REVID=112399835
Diffstat (limited to 'compile.sh')
-rwxr-xr-xcompile.sh1
1 files changed, 1 insertions, 0 deletions
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 \