mirror of https://github.com/containers/image.git
Remove the no_libsubid build tag
After https://github.com/containers/storage/pull/986 the feature is opt-in, so we don't need to opt out. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
parent
4a44ccf6cb
commit
56d235670a
|
|
@ -98,10 +98,10 @@ test_task:
|
|||
matrix:
|
||||
- name: "Test"
|
||||
env:
|
||||
BUILDTAGS: 'btrfs_noversion libdm_no_deferred_remove no_libsubid'
|
||||
BUILDTAGS: 'btrfs_noversion libdm_no_deferred_remove'
|
||||
- name: "Test w/ opengpg"
|
||||
env:
|
||||
BUILDTAGS: &withopengpg 'btrfs_noversion libdm_no_deferred_remove containers_image_openpgp no_libsubid'
|
||||
BUILDTAGS: &withopengpg 'btrfs_noversion libdm_no_deferred_remove containers_image_openpgp'
|
||||
script: |
|
||||
make tools
|
||||
make test BUILDTAGS="$BUILDTAGS"
|
||||
|
|
@ -129,7 +129,7 @@ test_skopeo_task:
|
|||
matrix:
|
||||
- name: "Skopeo Test"
|
||||
env:
|
||||
BUILDTAGS: 'btrfs_noversion libdm_no_deferred_remove no_libsubid'
|
||||
BUILDTAGS: 'btrfs_noversion libdm_no_deferred_remove'
|
||||
- name: "Skopeo Test w/ opengpg"
|
||||
env:
|
||||
BUILDTAGS: *withopengpg
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -17,7 +17,7 @@ endif
|
|||
BUILD_TAGS_WINDOWS_CROSS = containers_image_openpgp
|
||||
BUILD_TAGS_DARWIN_CROSS = containers_image_openpgp
|
||||
|
||||
BUILDTAGS = btrfs_noversion libdm_no_deferred_remove no_libsubid
|
||||
BUILDTAGS = btrfs_noversion libdm_no_deferred_remove
|
||||
BUILDFLAGS := -tags "$(BUILDTAGS)"
|
||||
|
||||
PACKAGES := $(shell GO111MODULE=on go list $(BUILDFLAGS) ./...)
|
||||
|
|
|
|||
Loading…
Reference in New Issue