forked from Lainports/opnsense-ports
11 lines
503 B
Bash
11 lines
503 B
Bash
--- scripts/bootstrap/bootstrap.sh.orig 2017-11-11 21:44:20 UTC
|
|
+++ scripts/bootstrap/bootstrap.sh
|
|
@@ -34,7 +34,7 @@
|
|
--host_java_toolchain=//src/java_tools/buildjar:bootstrap_toolchain \
|
|
--spawn_strategy=standalone \
|
|
--nojava_header_compilation \
|
|
- --strategy=Javac=worker --worker_quit_after_build --ignore_unsupported_sandboxing \
|
|
+ --strategy=Javac=standalone --ignore_unsupported_sandboxing --curses=no \
|
|
--compilation_mode=opt \
|
|
${EXTRA_BAZEL_ARGS:-}"
|
|
|