Skip to content

Commit 182e62e

Browse files
committed
Stop setting the btrfs_noversion build tag
It was removed in containers/storage#2308 . Signed-off-by: Miloslav Trmač <mitr@redhat.com>
1 parent a470ffe commit 182e62e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.cirrus.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ test_task:
8181
matrix:
8282
- name: "Test"
8383
env:
84-
BUILDTAGS: 'btrfs_noversion'
84+
BUILDTAGS: ''
8585
- name: "Test w/ opengpg"
8686
env:
87-
BUILDTAGS: &withopengpg 'btrfs_noversion containers_image_openpgp'
87+
BUILDTAGS: &withopengpg 'containers_image_openpgp'
8888
script: ${GOSRC}/${SCRIPT_BASE}/runner.sh image_tests
8989

9090

@@ -110,7 +110,7 @@ test_skopeo_task:
110110
matrix:
111111
- name: "Skopeo Test"
112112
env:
113-
BUILDTAGS: 'btrfs_noversion'
113+
BUILDTAGS: ''
114114
- name: "Skopeo Test w/ opengpg"
115115
env:
116116
BUILDTAGS: *withopengpg

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ endif
1010
BUILD_TAGS_WINDOWS_CROSS = containers_image_openpgp
1111
BUILD_TAGS_DARWIN_CROSS = containers_image_openpgp
1212

13-
BUILDTAGS = btrfs_noversion
13+
BUILDTAGS =
1414
BUILDFLAGS := -tags "$(BUILDTAGS)"
1515

1616
PACKAGES := $(shell go list $(BUILDFLAGS) ./...)

0 commit comments

Comments
 (0)