Lines 1-11
Link Here
|
1 |
--- scripts/bootstrap/bootstrap.sh.orig 2019-08-06 08:04:56.534744000 +0000 |
1 |
--- scripts/bootstrap/bootstrap.sh.orig 2020-10-07 21:26:37 UTC |
2 |
+++ scripts/bootstrap/bootstrap.sh 2019-08-06 08:05:20.598434000 +0000 |
2 |
+++ scripts/bootstrap/bootstrap.sh |
3 |
@@ -35,7 +35,7 @@ |
3 |
@@ -33,7 +33,7 @@ fi |
4 |
--host_java_toolchain=//src/java_tools/buildjar:bootstrap_toolchain \ |
4 |
|
5 |
--spawn_strategy=standalone \ |
5 |
_BAZEL_ARGS="--spawn_strategy=standalone \ |
6 |
--nojava_header_compilation \ |
6 |
--nojava_header_compilation \ |
7 |
- --strategy=Javac=worker --worker_quit_after_build --ignore_unsupported_sandboxing \ |
7 |
- --strategy=Javac=worker --worker_quit_after_build --ignore_unsupported_sandboxing \ |
8 |
+ --strategy=Javac=standalone --ignore_unsupported_sandboxing --curses=no \ |
8 |
+ --strategy=Javac=standalone --ignore_unsupported_sandboxing --curses=no \ |
9 |
--compilation_mode=opt \ |
9 |
--compilation_mode=opt \ |
10 |
--distdir=derived/distdir \ |
10 |
--distdir=derived/distdir \ |
11 |
${EXTRA_BAZEL_ARGS:-}" |
11 |
--java_toolchain=//src/java_tools/buildjar:bootstrap_toolchain \ |