# bazel 安装依赖jdk,先安装jdk yum install java-11-openjdk yum install java-11-openjdk-devel # 安装bazel mkdir -p /root/env/bazel wget https://github.com/bazelbuild/bazel/releases/download/3.5.1/bazel-3.5.1-installer-linux-x86_64.sh -O /root/env/bazel/bazel.sh chmod +x ...
Name Last commit message Last commit date Latest commit History 113 Commits .github cmake docker docs doxygen examples test third_party trpc .bazelignore .bazelrc .clang-format .gitignore BUILD CHANGELOG.md CMakeLists.txt CODE_OF_CONDUCT.md ...
.github cmake docker docs doxygen examples test third_party trpc .bazelrc .clang-format .gitignore BUILD CHANGELOG.md CMakeLists.txt CODE_OF_CONDUCT.md CODE_OF_CONDUCT.zh_CN.md CONTRIBUTING.md CONTRIBUTING.zh_CN.md CONTRIBUTORS.md CONTRIBUTORS.zh_CN.md DEVELOP_SPECIFICATIONS.md DEVELOP_SPECIFICA...
1Branch 0Tags Folders and files Name Last commit message Last commit date Latest commit bochencwx and liucf3995 Feature: use container for ci workflow and add codecov report Oct 23, 2023 3950523·Oct 23, 2023 History 7 Commits .github ...
#37 opened Oct 17, 2023 by 959YLX 3 ProTip! Follow long discussions with comments:>50. Footer © 2024 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs Contact Manage cookies Do not share my personal information
Feature: Support using trpc protocol at remote side CI #340: Pull request #124 opened by weimch weimch:dev March 21, 2024 07:30 1h 53m 57s Feature: Support using trpc protocol at remote side CI #339: Pull request #123 opened by weimch weimch:dev March 21, 2024 07:28 58m...
9 labels Sort bug Something isn't working documentation Improvements or additions to documentation duplicate This issue or pull request already exists enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed invalid This doesn't...
third_party/com_github_polarismesh_polaris docs: add polarismesh doc (#7) Oct 13, 2023 trpc Optimize: Modify the metadata_map acquisition mode schema Oct 17, 2023 .bazelrc initial commit Oct 9, 2023 .clang-format initial commit Oct 9, 2023 ...
overload: add abstract and factory classes for overload controller module (#134)@weimch client: optimize client class or datastruct, read wait-free (#127)@helloopenworld document: update the stub code generation of Protobuf IDL file in trpc_protocol_service.md (#126)@chhy2009 ...
librpc.a还是librpc.so?Contributor helloopenworld commented Oct 23, 2023 不是,代码是源码依赖编译的,每个代码文件基本有独立的编译目标规则,如果是编译产物是静态库的话,可以用cmake zanlichard closed this as completed Oct 23, 2023 Author zanlichard commented Oct 23, 2023 cmake编译的话,就需要...