Skip to content

Commit

Permalink
makefile updates (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonsinth authored Sep 9, 2024
1 parent 46c38b3 commit 56181ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
dev_build_version=$(shell git describe --tags --always --dirty)

export PATH := $(shell pwd)/.tmp/protoc/bin:$(PATH)

export PROTOC_VERSION := 22.0

# Disable CGO for improved compatibility across distros
export CGO_ENABLED=0

Expand Down Expand Up @@ -44,7 +42,9 @@ docker:
generate: .tmp/protoc/bin/protoc
@go install google.golang.org/protobuf/cmd/protoc-gen-go@a709e31e5d12
@go install google.golang.org/grpc/cmd/[email protected]
@go install github.com/jhump/protoreflect/desc/sourceinfo/cmd/[email protected]
go generate ./...
go mod tidy

.PHONY: checkgenerate
checkgenerate: generate
Expand Down

0 comments on commit 56181ba

Please sign in to comment.