Skip to content

Commit

Permalink
Fix tools/ bootstrap make target (#3601)
Browse files Browse the repository at this point in the history
This fixes the bootsrap target to run go generate in the  submodule directory

Signed-off-by: Adolfo García Veytia (Puerco) <[email protected]>
  • Loading branch information
puerco authored Jun 13, 2024
1 parent 5d1bd36 commit b0dfee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mk/develop.mk
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pre-commit: ## run pre-commit hooks

.PHONY: bootstrap
bootstrap: ## install build deps
go generate -tags tools tools/tools.go
cd tools && go generate -tags tools ./tools.go
# N.B. each line runs in a different subshell, so we don't need to undo the 'cd' here
cd tools && go mod tidy && go install \
github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway \
Expand Down

0 comments on commit b0dfee1

Please sign in to comment.