We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac46ccb + 3ac1563 commit 48baa41Copy full SHA for 48baa41
Makefile
@@ -8,6 +8,7 @@ GOTOOLS_GOPATH ?= $(BUILD_DIR)/gotools
8
GOTOOLS_BINDIR ?= $(GOTOOLS_GOPATH)/bin
9
GINKGO_FLAGS ?= -vv --trace --race --randomize-all --flake-attempts 3 --progress --timeout 5m -r pkg/client
10
PACKAGE_NAME ?= $(shell cargo metadata --no-deps --format-version 1 | jq -r '.packages[2] | [ .name, .version ] | join("-")')
11
+PREFIX ?= /usr
12
CI_TAG ?=
13
14
default:
0 commit comments