This is an automated email from the ASF dual-hosted git repository.

harishgokul01 pushed a commit to branch development
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb.git


The following commit(s) were added to refs/heads/development by this push:
     new 77d1473e Fix job count in .bazelrc and add new .bazelrc for GraphQL 
ecosystem
77d1473e is described below

commit 77d1473edaf485e0fff2731a950f0aacb4b13411
Author: bchou9 <[email protected]>
AuthorDate: Mon Dec 15 19:33:08 2025 +0000

    Fix job count in .bazelrc and add new .bazelrc for GraphQL ecosystem
---
 .bazelrc                               | 2 +-
 .bazelrc => ecosystem/graphql/.bazelrc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.bazelrc b/.bazelrc
index cc3d1af5..e7c8156a 100644
--- a/.bazelrc
+++ b/.bazelrc
@@ -1,4 +1,4 @@
-build --cxxopt='-std=c++17' --copt=-O3 --jobs=40
+build --cxxopt='-std=c++17' --copt=-O3 --jobs=4
 #build --action_env=PYTHON_BIN_PATH="/usr/bin/python3.10"
 #build --action_env=PYTHON_LIB_PATH="/usr/include/python3.10"
 
diff --git a/.bazelrc b/ecosystem/graphql/.bazelrc
similarity index 71%
copy from .bazelrc
copy to ecosystem/graphql/.bazelrc
index cc3d1af5..e7c8156a 100644
--- a/.bazelrc
+++ b/ecosystem/graphql/.bazelrc
@@ -1,4 +1,4 @@
-build --cxxopt='-std=c++17' --copt=-O3 --jobs=40
+build --cxxopt='-std=c++17' --copt=-O3 --jobs=4
 #build --action_env=PYTHON_BIN_PATH="/usr/bin/python3.10"
 #build --action_env=PYTHON_LIB_PATH="/usr/include/python3.10"
 

Reply via email to