chenBright commented on code in PR #2985:
URL: https://github.com/apache/brpc/pull/2985#discussion_r2312461835
##########
.github/workflows/ci-linux.yml:
##########
@@ -169,6 +169,20 @@ jobs:
- uses: actions/checkout@v2
- run: bazel build --verbose_failures --action_env=CC=clang --define
with_mesalink=false --define with_glog=true --define with_thrift=true --define
with_debug_bthread_sche_safety=true --define with_debug_lock=true --define
with_asan=true -- //... -//example/...
+ gcc-bazel-unittest:
+ runs-on: ubuntu-22.04
+ steps:
+ - uses: actions/checkout@v2
+ - name: run bazel tests
+ run: bazel test --test_output=errors --verbose_failures -- //test/...
+
+ clang-bazel-unittest:
Review Comment:
And `--action_env=CC=clang12`.
--
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]