From 16bf696672ff89ae11d30dd104307321da48afd9 Mon Sep 17 00:00:00 2001 From: Maxim Pertsov Date: Thu, 12 Oct 2023 12:55:46 -0400 Subject: [PATCH 1/2] use pinned version of API --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b5702b7b4..563b68f0d 100644 --- a/Makefile +++ b/Makefile @@ -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(NEEDS TICKET): 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 From 93c9db602e410706fd308bc316aa6307e134c395 Mon Sep 17 00:00:00 2001 From: Maxim Pertsov Date: Thu, 12 Oct 2023 13:01:36 -0400 Subject: [PATCH 2/2] add ticket --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 563b68f0d..3eab88a79 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ update-buf: $(node_modules) .PHONY: build-buf build-buf: $(node_modules) clean-buf $(buf) generate buf.build/googleapis/googleapis - # TODO(NEEDS TICKET): remove hardcoded pin and create a sane way to pin protos + # 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