Skip to content

Commit 020a597

Browse files
Merge pull request #27418 from cgwalters/drop-container-runtime
Makefile: Drop unused CONTAINER_RUNTIME
2 parents 53d976b + ac888c7 commit 020a597

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ endif
9696
SOURCES = $(shell find . -path './.*' -prune -o \( \( -name '*.go' -o -name '*.c' \) -a ! -name '*_test.go' \) -print) Makefile
9797

9898
BUILDTAGS_CROSS ?= containers_image_openpgp exclude_graphdriver_btrfs exclude_graphdriver_overlay
99-
CONTAINER_RUNTIME := $(shell command -v podman 2> /dev/null || echo docker)
10099
OCI_RUNTIME ?= ""
101100

102101
# The 'sort' below is crucial: without it, 'make docs' behaves differently

0 commit comments

Comments
 (0)