wwbmmm commented on code in PR #2399: URL: https://github.com/apache/brpc/pull/2399#discussion_r1356381635
########## .github/workflows/ci-linux.yml: ########## @@ -95,7 +95,9 @@ jobs: run: | export CC=gcc && export CXX=g++ bazel build -j 12 -c opt --define with_mesalink=false --define with_glog=true --define with_thrift=true --copt -DHAVE_ZLIB=1 //... - + - name: compile-with-boringssl + run: | Review Comment: 加上这个step之后,gcc-compile-with-bazel-all-options的运行时间达到了1个小时 可否拆成两个并行的任务? ########## .github/workflows/ci-linux.yml: ########## @@ -95,7 +95,9 @@ jobs: run: | export CC=gcc && export CXX=g++ bazel build -j 12 -c opt --define with_mesalink=false --define with_glog=true --define with_thrift=true --copt -DHAVE_ZLIB=1 //... - + - name: compile-with-boringssl + run: | Review Comment: 加上这个step之后,gcc-compile-with-bazel-all-options的运行时间达到了1个小时 可否拆成两个并行的任务? ########## .github/workflows/ci-linux.yml: ########## @@ -178,6 +180,9 @@ jobs: run: | export CC=clang && export CXX=clang++ bazel build -j ${{env.proc_num}} -c opt --define with_mesalink=false --define with_glog=true --define with_thrift=true --copt -DHAVE_ZLIB=1 //... + - name: compile-with-boringssl Review Comment: 同上 ########## .github/workflows/ci-linux.yml: ########## @@ -178,6 +180,9 @@ jobs: run: | export CC=clang && export CXX=clang++ bazel build -j ${{env.proc_num}} -c opt --define with_mesalink=false --define with_glog=true --define with_thrift=true --copt -DHAVE_ZLIB=1 //... + - name: compile-with-boringssl Review Comment: 同上 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org For additional commands, e-mail: dev-h...@brpc.apache.org