Skip to content

Commit b947e37

Browse files
authored
Temporarily use pinned version of API (#176)
1 parent 46c03eb commit b947e37

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ update-buf: $(node_modules)
5555
.PHONY: build-buf
5656
build-buf: $(node_modules) clean-buf
5757
$(buf) generate buf.build/googleapis/googleapis
58-
$(buf) generate buf.build/viamrobotics/api --path common,component,robot,service,app
58+
# TODO(RSDK-5362): remove hardcoded pin and create a sane way to pin protos
59+
# See this thread for more details: https://viaminc.slack.com/archives/C039G724TKP/p1697119526822429
60+
$(buf) generate buf.build/viamrobotics/api:2109757288234ffc8248121f60437cdd --path common,component,robot,service,app
5961
$(buf) generate buf.build/erdaniels/gostream
6062
$(buf) generate buf.build/viamrobotics/goutils
6163

0 commit comments

Comments
 (0)