Skip to content

Commit a28f4f9

Browse files
committed
Remove unused BUILDTAGS
1. btrfs_noversion Since c/storage 1.58.0, this tag is no longer effective containers/storage#2308 2. exclude_graphdriver_devicemapper Not effective since c/storage 1.54 containers/storage#1622 Signed-off-by: Rahil Bhimjiani <me@rahil.rocks>
1 parent 7aa16f7 commit a28f4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GOPKGDIR := $(FIRST_GOPATH)/src/$(PKG_PATH)
55
GOPKGBASEDIR ?= $(shell dirname "$(GOPKGDIR)")
66
GOBIN := $(shell $(GO) env GOBIN)
77
BUILDFLAGS := -mod=vendor $(BUILDFLAGS)
8-
BUILDTAGS := "exclude_graphdriver_devicemapper exclude_graphdriver_btrfs btrfs_noversion containers_image_openpgp remote"
8+
BUILDTAGS := "exclude_graphdriver_btrfs containers_image_openpgp remote"
99
COVERAGE_PATH ?= .coverage
1010
TARGET = podman-tui
1111
BIN = ./bin

0 commit comments

Comments
 (0)