docs(tvix): fix path in build instructions, add note about tests
Change-Id: If9dcd8e39f416c11460e66454df9f53096691699 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2484 Tested-by: BuildkiteCI Reviewed-by: glittershark <grfn@gws.fyi>
This commit is contained in:
parent
8709153973
commit
4f6f4e6588
1 changed files with 4 additions and 1 deletions
5
third_party/nix/README.md
vendored
5
third_party/nix/README.md
vendored
|
@ -147,8 +147,11 @@ cd ~/build/tvix
|
||||||
nix-shell $DEPOT_PATH -A third_party.nix.build-shell
|
nix-shell $DEPOT_PATH -A third_party.nix.build-shell
|
||||||
|
|
||||||
# Disable clang-tidy for quicker builds
|
# Disable clang-tidy for quicker builds
|
||||||
cmake $DEPOT_PATH -DCLANG_TIDY_PATH=""
|
cmake $DEPOT_PATH/third_party/nix/ -DCLANG_TIDY_PATH=""
|
||||||
make -j16 -l12
|
make -j16 -l12
|
||||||
|
|
||||||
|
# Run tests
|
||||||
|
make test
|
||||||
```
|
```
|
||||||
|
|
||||||
## Contributing to the fork
|
## Contributing to the fork
|
||||||
|
|
Loading…
Reference in a new issue