Skip to content

Commit

Permalink
Makefile: fix 'install-*' targets.
Browse files Browse the repository at this point in the history
Fix install-* Makefile targets to properly install/compile
the various protoc toolchain binaries and plugins.

Signed-off-by: Krisztian Litkey <[email protected]>
  • Loading branch information
klihub committed May 8, 2023
1 parent 76ad849 commit c03d1be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -165,13 +165,13 @@ golangci-lint:
#

install-protoc install-protobuf:
$(Q)./scripts/install-protobuf && \
$(Q)./scripts/install-protobuf

install-ttrpc-plugin:
$(Q)$(GO_INSTALL) github.com/containerd/ttrpc/cmd/protoc-gen-go-ttrpc@74421d10189e8c118870d294c9f7f62db2d33ec1
$(Q)$(GO_INSTALL) -mod=mod github.com/containerd/ttrpc/cmd/protoc-gen-go-ttrpc@74421d10189e8c118870d294c9f7f62db2d33ec1

install-protoc-dependencies:
$(Q)$(GO_INSTALL) google.golang.org/protobuf/cmd/[email protected]
$(Q)$(GO_INSTALL) -mod=mod google.golang.org/protobuf/cmd/[email protected]

install-ginkgo:
$(Q)$(GO_INSTALL) -mod=mod github.com/onsi/ginkgo/v2/ginkgo

0 comments on commit c03d1be

Please sign in to comment.