mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
support max git version on ubuntu 18.04 (#1710)
This commit is contained in:
parent
cf464302a4
commit
91ce78c037
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ GOBIN = $(CURDIR)/build/bin
|
||||
GOTEST = go test ./... -p 1 --tags 'mdbx'
|
||||
|
||||
GIT_COMMIT ?= $(shell git rev-list -1 HEAD)
|
||||
GIT_BRANCH ?= $(shell git branch --show-current)
|
||||
GIT_BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD)
|
||||
GOBUILD = env GO111MODULE=on go build -trimpath -tags "mdbx" -ldflags "-X main.gitCommit=${GIT_COMMIT} -X main.gitBranch=${GIT_BRANCH}"
|
||||
|
||||
OS = $(shell uname -s)
|
||||
|
Loading…
Reference in New Issue
Block a user