Makefile: update default PACKAGE to v2
Signed-off-by: Changqing Li <changqing.li@windriver.com>
This commit is contained in:
parent
9d108fa83b
commit
c5ba71d117
2
Makefile
2
Makefile
@ -34,7 +34,7 @@ TEST_IMAGE_LIST ?=
|
|||||||
# Used to populate variables in version package.
|
# Used to populate variables in version package.
|
||||||
VERSION ?= $(shell git describe --match 'v[0-9]*' --dirty='.m' --always)
|
VERSION ?= $(shell git describe --match 'v[0-9]*' --dirty='.m' --always)
|
||||||
REVISION ?= $(shell git rev-parse HEAD)$(shell if ! git diff --no-ext-diff --quiet --exit-code; then echo .m; fi)
|
REVISION ?= $(shell git rev-parse HEAD)$(shell if ! git diff --no-ext-diff --quiet --exit-code; then echo .m; fi)
|
||||||
PACKAGE=github.com/containerd/containerd
|
PACKAGE=github.com/containerd/containerd/v2
|
||||||
SHIM_CGO_ENABLED ?= 0
|
SHIM_CGO_ENABLED ?= 0
|
||||||
|
|
||||||
ifneq "$(strip $(shell command -v $(GO) 2>/dev/null))" ""
|
ifneq "$(strip $(shell command -v $(GO) 2>/dev/null))" ""
|
||||||
|
Loading…
Reference in New Issue
Block a user