document how to build with Buck

This commit is contained in:
Brian Hicks 2023-04-26 16:22:33 -05:00
parent 5c488ef4b6
commit 9fd123a79d
No known key found for this signature in database
GPG Key ID: C4F324B9CAAB0D50

View File

@ -98,6 +98,11 @@ Here are some things you might need to do:
| See all our dependencies | Look in `shell.nix` |
| See all our sources | `niv show` |
## Developing with Buck
We are in the process of transitioning our build processes to [Buck 2](https://buck2.build).
The instructions above will work until they're removed from the repo, but if you'd like to try the new thing, run `script/buck2 build //...` or `script/buck2 test //...`.
## Tests
Run tests with