baidu / braft

An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available distributed systems.
Apache License 2.0
3.99k stars 886 forks source link

Support github action ci #326

Closed ehds closed 3 years ago

ehds commented 3 years ago
  1. Support github-action ci
  2. Fix compile with clang and bazel

result: https://github.com/ehds/braft/actions/runs/1300726657

ehds commented 3 years ago

@PFZheng @Edward-xk PTAL.