From 9c96126cf0bfdec146b15979ada0c51d6d5d04d8 Mon Sep 17 00:00:00 2001 From: Appu Date: Wed, 6 Mar 2024 13:02:06 -0500 Subject: [PATCH] Update make all order (#248) Local builds seem to fail with the old order (unless root) Signed-off-by: Appu Goundan --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8fc4f2e..0c29363 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ JSONSCHEMA_IMAGE = jsonschema-specs-build RUST_ACTION ?= run -p sigstore-protobuf-specs-codegen # generate all language protobuf code -all: go python typescript ruby rust jsonschema +all: go python typescript ruby jsonschema rust # generate Go protobuf code go: docker-image