We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47bf2b4 commit 5cf5a11Copy full SHA for 5cf5a11
.cirrus.yml
@@ -62,7 +62,7 @@ doccheck_task:
62
cpu: 4
63
memory: 8
64
env:
65
- BUILDTAGS: &withopengpg 'libdm_no_deferred_remove containers_image_openpgp'
+ BUILDTAGS: &withopengpg 'containers_image_openpgp'
66
script: |
67
# TODO: Can't use 'runner.sh setup' inside container. However,
68
# removing the pre-installed package is the only necessary step
@@ -194,7 +194,7 @@ test_skopeo_task:
194
matrix:
195
- name: "Skopeo Test" # N/B: Name ref. by hack/get_fqin.sh
196
197
- BUILDTAGS: 'libdm_no_deferred_remove'
+ BUILDTAGS: ''
198
- name: "Skopeo Test w/ opengpg"
199
200
BUILDTAGS: *withopengpg
0 commit comments