flatbuffers icon indicating copy to clipboard operation
flatbuffers copied to clipboard

[Bazel] Implement `flatbuffers_library` and `cc_flatbuffers_library` build rules

Open anton-bobukh opened this issue 9 months ago • 2 comments

This PR introduces two modernized Bazel build rules for FlatBuffers:

  • flatbuffers_library – the basic language agnostic building block;
  • cc_flatbuffers_library – a C++ wrapper for flatbuffers_library targets.

anton-bobukh avatar Mar 05 '25 21:03 anton-bobukh

This pull request is stale because it has been open 6 months with no activity. Please comment or label not-stale, or this will be closed in 14 days.

github-actions[bot] avatar Sep 16 '25 20:09 github-actions[bot]

not-stale

lewissettercaci avatar Sep 16 '25 20:09 lewissettercaci

@anton-bobukh I think it would be great to add some documentation surrounding this PR. I'm not sure where those docs should live, and am happy to merge these without, but it would be good to think about. Also, I'm totally unfamiliar with bazel -- will these rules be ran as part of the normal CI checks?

jtdavis777 avatar Dec 14 '25 03:12 jtdavis777