wwbmmm commented on code in PR #2956:
URL: https://github.com/apache/brpc/pull/2956#discussion_r2053625043
##########
.github/workflows/ci-linux.yml:
##########
@@ -92,29 +137,74 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- - uses: ./.github/actions/install-essential-dependences
+ - uses: ./.github/actions/install-essential-dependencies
- uses: ./.github/actions/init-make-config
with:
options: --cc=clang --cxx=clang++ --werror
- name: compile
run: |
- make -j ${{env.proc_num}}
+ make -j ${{env.proc_num}}
+
+ clang-compile-with-make-protobuf-3-5-1:
Review Comment:
There are too many combinations. I seems that Apache had informed that no
more than 20 jobs in one CI process. Maybe we can simplify these combinations.
When we change one parameter (such as protobuf version), we keep the other
parameters fixed (such as compiler type, build tool, OS version).
--
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]