We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8fcb3e8 + 2c6ebb6 commit b1f3767Copy full SHA for b1f3767
βMakefileβ
@@ -54,8 +54,9 @@ MOCKGEN := $(TOOLS_BIN_DIR)/mockgen
54
RELEASE_NOTES := $(TOOLS_BIN_DIR)/release-notes
55
56
PATH := $(abspath $(TOOLS_BIN_DIR)):$(PATH)
57
-DOCKER_CLI_EXPERIMENTAL=enabled
58
-DOCKER_BUILDKIT=1
+export PATH
+export DOCKER_CLI_EXPERIMENTAL=enabled
59
+export DOCKER_BUILDKIT=1
60
61
PODMAN ?= 0
62
ifeq ($(PODMAN), 1)
βcommon.mkβ
@@ -17,7 +17,6 @@ include $(ROOT_DIR_RELATIVE)/versions.mk
17
# Ensure Make is run with bash shell as some syntax below is bash-specific
18
SHELL:=bash
19
.ONESHELL:
20
-.EXPORT_ALL_VARIABLES:
21
.SHELLFLAGS := -eu -o pipefail -c
22
.DELETE_ON_ERROR:
23
MAKEFLAGS += --no-builtin-rules
0 commit comments