ports/devel/bazel/files/patch-scripts_bootstrap_bootstrap.sh
Rainer Hurling 5f3cda098a devel/bazel: Update to 3.6.0
Minor release with several bug fixes and some incompatible changes[1].

[1] https://blog.bazel.build/2020/10/06/bazel-3-6.html

Renewed almost all patches under files/ (via make makepatch).

PR:		250164
Submitted by:	Klaus Aehlig <aehlig@linta.de> (maintainer)
Approved by:	arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D26715
2020-10-08 09:43:04 +00:00

11 lines
514 B
Bash

--- scripts/bootstrap/bootstrap.sh.orig 2020-10-07 21:26:37 UTC
+++ scripts/bootstrap/bootstrap.sh
@@ -33,7 +33,7 @@ fi
_BAZEL_ARGS="--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 \
--distdir=derived/distdir \
--java_toolchain=//src/java_tools/buildjar:bootstrap_toolchain \