ehds commented on code in PR #2399:
URL: https://github.com/apache/brpc/pull/2399#discussion_r1357883510
##########
.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:
done 新增 `gcc-compile-with-boringssl` 任务
##########
.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:
done 新增 `clang-compile-with-boringssl` 任务
##########
.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:
done 新增 `gcc-compile-with-boringssl` 任务
##########
.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:
done 新增 `clang-compile-with-boringssl` 任务
##########
.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:
done 新增 `gcc-compile-with-boringssl` 任务
##########
.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:
done 新增 `clang-compile-with-boringssl` 任务
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]