Skip to content

Commit

Permalink
Temporarily use pinned version of API (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximpertsov authored Oct 12, 2023
1 parent 46c03eb commit b947e37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ update-buf: $(node_modules)
.PHONY: build-buf
build-buf: $(node_modules) clean-buf
$(buf) generate buf.build/googleapis/googleapis
$(buf) generate buf.build/viamrobotics/api --path common,component,robot,service,app
# TODO(RSDK-5362): remove hardcoded pin and create a sane way to pin protos
# See this thread for more details: https://viaminc.slack.com/archives/C039G724TKP/p1697119526822429
$(buf) generate buf.build/viamrobotics/api:2109757288234ffc8248121f60437cdd --path common,component,robot,service,app
$(buf) generate buf.build/erdaniels/gostream
$(buf) generate buf.build/viamrobotics/goutils

Expand Down

0 comments on commit b947e37

Please sign in to comment.