Skip to content

Commit

Permalink
Link to Bazel and Buck2 websites
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Apr 23, 2023
1 parent 2a97abf commit d8427f9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions book/src/build/bazel.md
Expand Up @@ -15,11 +15,14 @@ $ cxxbridge src/bridge.rs --header > path/to/bridge.rs.h
$ cxxbridge src/bridge.rs > path/to/bridge.rs.cc
```

The CXX repo maintains working Bazel `BUILD` and Buck `BUCK` targets for the
complete blobstore tutorial (chapter 3) for your reference, tested in CI. These
aren't meant to be directly what you use in your codebase, but serve as an
The CXX repo maintains working [Bazel] `BUILD` and [Buck2] `BUCK` targets for
the complete blobstore tutorial (chapter 3) for your reference, tested in CI.
These aren't meant to be directly what you use in your codebase, but serve as an
illustration of one possible working pattern.

[Bazel]: https://bazel.build
[Buck2]: https://buck2.build

```python
# tools/bazel/rust_cxx_bridge.bzl

Expand Down

0 comments on commit d8427f9

Please sign in to comment.