Skip to content

Commit

Permalink
Update make all order (#248)
Browse files Browse the repository at this point in the history
Local builds seem to fail with the old order (unless root)

Signed-off-by: Appu Goundan <[email protected]>
  • Loading branch information
loosebazooka authored Mar 6, 2024
1 parent ba30165 commit 9c96126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c96126

Please sign in to comment.