Skip to content

Commit 5cf5a11

Browse files
committed
Stop setting libdm_no_deferred_remove
No code is consuming this build tag, and it should have been removed in 8d04b4a . Signed-off-by: Miloslav Trmač <[email protected]>
1 parent 47bf2b4 commit 5cf5a11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ doccheck_task:
6262
cpu: 4
6363
memory: 8
6464
env:
65-
BUILDTAGS: &withopengpg 'libdm_no_deferred_remove containers_image_openpgp'
65+
BUILDTAGS: &withopengpg 'containers_image_openpgp'
6666
script: |
6767
# TODO: Can't use 'runner.sh setup' inside container. However,
6868
# removing the pre-installed package is the only necessary step
@@ -194,7 +194,7 @@ test_skopeo_task:
194194
matrix:
195195
- name: "Skopeo Test" # N/B: Name ref. by hack/get_fqin.sh
196196
env:
197-
BUILDTAGS: 'libdm_no_deferred_remove'
197+
BUILDTAGS: ''
198198
- name: "Skopeo Test w/ opengpg"
199199
env:
200200
BUILDTAGS: *withopengpg

0 commit comments

Comments
 (0)