Closed elBoberido closed 1 month ago
This PR introduces rules_rust for the bazel build and makes the foreign_cc based approach obsolete. For now, bazel supports only Linux.
rules_rust
foreign_cc
With the port to rules_rust, the build is now also fully sandboxed.
SPDX-License-Identifier: Apache-2.0 OR MIT
iox2-123-introduce-posix-ipc-example
[#123] Add posix ipc example
task-list-completed
Relates to #349
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 79.12%. Comparing base (a684249) to head (baec928). Report is 32 commits behind head on main.
a684249
baec928
Notes for Reviewer
This PR introduces
rules_rust
for the bazel build and makes theforeign_cc
based approach obsolete. For now, bazel supports only Linux.With the port to
rules_rust
, the build is now also fully sandboxed.Pre-Review Checklist for the PR Author
SPDX-License-Identifier: Apache-2.0 OR MIT
iox2-123-introduce-posix-ipc-example
)[#123] Add posix ipc example
)task-list-completed
)Checklist for the PR Reviewer
Post-review Checklist for the PR Author
References
Relates to #349