Skip to content

Commit

Permalink
Merge pull request containerd#38 from klihub/fixes/install-targets
Browse files Browse the repository at this point in the history
Makefile: fix 'install-*' targets.
  • Loading branch information
fuweid authored May 9, 2023
2 parents 76ad849 + c03d1be commit 30fa975
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/protoc-gen-go@v1.28.0
$(Q)$(GO_INSTALL) -mod=mod google.golang.org/protobuf/cmd/protoc-gen-go@v1.28.0

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

0 comments on commit 30fa975

Please sign in to comment.