This is an automated email from the ASF dual-hosted git repository. lizhanhui pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/rocketmq-client-cpp.git
The following commit(s) were added to refs/heads/main by this push: new 55bccfc Set --color=yes 55bccfc is described below commit 55bccfc35e57b9989bcba0df28414ed331f9f0ac Author: Li Zhanhui <lizhan...@gmail.com> AuthorDate: Mon Oct 18 13:49:41 2021 +0800 Set --color=yes --- .bazelrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.bazelrc b/.bazelrc index 1c53b01..dce4c47 100644 --- a/.bazelrc +++ b/.bazelrc @@ -6,7 +6,11 @@ # leave room for compiler/linker. # The number 2G is chosen heuristically to both support large VM and small VM with RBE. # Startup options cannot be selected via config. -startup --host_jvm_args=-Xmx4g +startup --host_jvm_args=-Xmx2g + +run --color=yes + +build --color=yes build --host_force_python=PY3 build --host_javabase=@bazel_tools//tools/jdk:remote_jdk11