From 5cf5a11e04fc9563b23b6109e9ea2c41d15a699a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Wed, 16 Apr 2025 18:29:00 +0200 Subject: [PATCH] Stop setting libdm_no_deferred_remove MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No code is consuming this build tag, and it should have been removed in 8d04b4a9f6430434f67b1607fc17293a24be01bc . Signed-off-by: Miloslav Trmač --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 6139315d..b5cd9206 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -62,7 +62,7 @@ doccheck_task: cpu: 4 memory: 8 env: - BUILDTAGS: &withopengpg 'libdm_no_deferred_remove containers_image_openpgp' + BUILDTAGS: &withopengpg 'containers_image_openpgp' script: | # TODO: Can't use 'runner.sh setup' inside container. However, # removing the pre-installed package is the only necessary step @@ -194,7 +194,7 @@ test_skopeo_task: matrix: - name: "Skopeo Test" # N/B: Name ref. by hack/get_fqin.sh env: - BUILDTAGS: 'libdm_no_deferred_remove' + BUILDTAGS: '' - name: "Skopeo Test w/ opengpg" env: BUILDTAGS: *withopengpg