Stop setting the btrfs_noversion build tag

It was removed in https://github.com/containers/storage/pull/2308 .

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
Miloslav Trmač 2025-04-16 18:34:35 +02:00
parent a470ffe0be
commit 182e62e948
2 changed files with 4 additions and 4 deletions

View File

@ -81,10 +81,10 @@ test_task:
matrix:
- name: "Test"
env:
BUILDTAGS: 'btrfs_noversion'
BUILDTAGS: ''
- name: "Test w/ opengpg"
env:
BUILDTAGS: &withopengpg 'btrfs_noversion containers_image_openpgp'
BUILDTAGS: &withopengpg 'containers_image_openpgp'
script: ${GOSRC}/${SCRIPT_BASE}/runner.sh image_tests
@ -110,7 +110,7 @@ test_skopeo_task:
matrix:
- name: "Skopeo Test"
env:
BUILDTAGS: 'btrfs_noversion'
BUILDTAGS: ''
- name: "Skopeo Test w/ opengpg"
env:
BUILDTAGS: *withopengpg

View File

@ -10,7 +10,7 @@ endif
BUILD_TAGS_WINDOWS_CROSS = containers_image_openpgp
BUILD_TAGS_DARWIN_CROSS = containers_image_openpgp
BUILDTAGS = btrfs_noversion
BUILDTAGS =
BUILDFLAGS := -tags "$(BUILDTAGS)"
PACKAGES := $(shell go list $(BUILDFLAGS) ./...)