mirror of
https://github.com/containers/podman.git
synced 2025-05-17 15:18:43 +08:00
Stop setting btrfs_noversion build tag
c/storage no longer uses this tag after https://github.com/containers/storage/pull/2308. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
3
Makefile
3
Makefile
@ -57,11 +57,10 @@ SYSTEMDDIR ?= ${LIBDIR}/systemd/system
|
||||
USERSYSTEMDDIR ?= ${LIBDIR}/systemd/user
|
||||
SYSTEMDGENERATORSDIR ?= ${LIBDIR}/systemd/system-generators
|
||||
USERSYSTEMDGENERATORSDIR ?= ${LIBDIR}/systemd/user-generators
|
||||
REMOTETAGS ?= remote exclude_graphdriver_btrfs btrfs_noversion containers_image_openpgp
|
||||
REMOTETAGS ?= remote exclude_graphdriver_btrfs containers_image_openpgp
|
||||
BUILDTAGS ?= \
|
||||
$(shell hack/apparmor_tag.sh) \
|
||||
$(shell hack/btrfs_installed_tag.sh) \
|
||||
$(shell hack/btrfs_tag.sh) \
|
||||
$(shell hack/systemd_tag.sh) \
|
||||
$(shell hack/libsubid_tag.sh) \
|
||||
$(if $(filter linux,$(GOOS)), seccomp,)
|
||||
|
Reference in New Issue
Block a user