mirror of
https://github.com/containers/skopeo.git
synced 2025-04-27 19:05:32 +00:00
Stop setting libdm_no_deferred_remove
No code is consuming this build tag, and it should have
been removed in 8d04b4a9f6
.
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
parent
47bf2b4ef7
commit
5cf5a11e04
@ -62,7 +62,7 @@ doccheck_task:
|
|||||||
cpu: 4
|
cpu: 4
|
||||||
memory: 8
|
memory: 8
|
||||||
env:
|
env:
|
||||||
BUILDTAGS: &withopengpg 'libdm_no_deferred_remove containers_image_openpgp'
|
BUILDTAGS: &withopengpg 'containers_image_openpgp'
|
||||||
script: |
|
script: |
|
||||||
# TODO: Can't use 'runner.sh setup' inside container. However,
|
# TODO: Can't use 'runner.sh setup' inside container. However,
|
||||||
# removing the pre-installed package is the only necessary step
|
# removing the pre-installed package is the only necessary step
|
||||||
@ -194,7 +194,7 @@ test_skopeo_task:
|
|||||||
matrix:
|
matrix:
|
||||||
- name: "Skopeo Test" # N/B: Name ref. by hack/get_fqin.sh
|
- name: "Skopeo Test" # N/B: Name ref. by hack/get_fqin.sh
|
||||||
env:
|
env:
|
||||||
BUILDTAGS: 'libdm_no_deferred_remove'
|
BUILDTAGS: ''
|
||||||
- name: "Skopeo Test w/ opengpg"
|
- name: "Skopeo Test w/ opengpg"
|
||||||
env:
|
env:
|
||||||
BUILDTAGS: *withopengpg
|
BUILDTAGS: *withopengpg
|
||||||
|
Loading…
Reference in New Issue
Block a user