Skip to content

Commit eec507f

Browse files
committed
fix: update Makefile proto generation to use meteor/v1beta1
Update PROTON_COMMIT to the commit that added the new Entity+Edge protos and removed the legacy assets. Update the --path flag from the deleted raystack/assets/v1beta2 to raystack/meteor/v1beta1.
1 parent 5c260d6 commit eec507f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
NAME="github.com/raystack/meteor"
22
VERSION=$(shell git describe --always --tags 2>/dev/null)
33
COVERFILE="/tmp/app.coverprofile"
4-
PROTON_COMMIT := "ae895e033f71df187c62d7cf9431a2e259ddd423"
4+
PROTON_COMMIT := "f5514e23005e7480319a18ba905dfecaa17379f8"
55
.PHONY: all build clean test
66

77
all: build
@@ -36,7 +36,7 @@ test-coverage:
3636
generate-proto:
3737
@echo " > cloning protobuf from raystack/proton"
3838
@echo " > generating protobuf"
39-
@buf generate --template buf.gen.yaml https://github.com/raystack/proton/archive/${PROTON_COMMIT}.zip#strip_components=1 --path raystack/assets/v1beta2
39+
@buf generate --template buf.gen.yaml https://github.com/raystack/proton/archive/${PROTON_COMMIT}.zip#strip_components=1 --path raystack/meteor/v1beta1
4040
@echo " > protobuf compilation finished"
4141

4242
lint:

0 commit comments

Comments
 (0)