Skip to content

Commit dbc868e

Browse files
authored
Fix tagger build
fix tagger builds
2 parents 50ee808 + 1c8eed5 commit dbc868e

File tree

5 files changed

+76
-69
lines changed

5 files changed

+76
-69
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ dist/buf-go: dist/tool-install proto/viam/app/v1/app.proto proto/viam/tagger/v1/
2929
PATH=$(PATH_WITH_TOOLS) buf lint
3030
PATH=$(PATH_WITH_TOOLS) buf format -w
3131
PATH=$(PATH_WITH_TOOLS) buf generate --template ./proto/viam/buf.gen.yaml
32+
PATH=$(PATH_WITH_TOOLS) buf generate --template ./proto/viam/buf.gen.tagger.yaml
3233
PATH=$(PATH_WITH_TOOLS) ls app/v1/*_grpc.pb.go | while read l; do mockgen -source="$$l" -destination=app/mock_v1/mock_`basename "$$l"`; done
3334
touch dist/buf-go
3435

app/datasync/v1/data_sync.pb.go

+41-41
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/v1/app.pb.go

+23-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)