Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Add "./bin/protogen" to "just build"
Browse files Browse the repository at this point in the history
This step is necessary when building because it generates the python
protobuf bindings from the sawtooth proto files.

This requires installing python grpcio-tools (for example, with pip).

Signed-off-by: Shawn T. Amundson <[email protected]>
  • Loading branch information
vaporos committed Oct 11, 2023
1 parent cd9dfe6 commit 3c5fe11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ features := '\
build:
#!/usr/bin/env sh
set -e
cmd="./bin/protogen"
echo "\033[1m$cmd\033[0m"
$cmd
for feature in $(echo {{features}})
do
for crate in $(echo {{crates}})
Expand Down

0 comments on commit 3c5fe11

Please sign in to comment.