File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1010BUILD_TAGS_WINDOWS_CROSS = containers_image_openpgp
1111BUILD_TAGS_DARWIN_CROSS = containers_image_openpgp
1212
13- BUILDTAGS = btrfs_noversion
13+ BUILDTAGS =
1414BUILDFLAGS := -tags "$(BUILDTAGS ) "
1515
1616PACKAGES := $(shell go list $(BUILDFLAGS ) ./...)
You can’t perform that action at this time.
0 commit comments