summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorLokesh Mandvekar <lsm5@fedoraproject.org>2020-05-29 14:38:33 -0400
committerLokesh Mandvekar <lsm5@fedoraproject.org>2020-05-29 14:38:33 -0400
commit8a914e8a0b268121ede5e54032025b4f51dd0b02 (patch)
tree11212f7766f5183e8c76e15a61a2ad04590865ef /.cirrus.yml
parent0eea051b92da367469848aac93657653e004a603 (diff)
downloadpodman-8a914e8a0b268121ede5e54032025b4f51dd0b02.tar.gz
podman-8a914e8a0b268121ede5e54032025b4f51dd0b02.tar.bz2
podman-8a914e8a0b268121ede5e54032025b4f51dd0b02.zip
default build without `varlink` tag
Issue gh#6286 was already fixed in a prior commit but the Makefile still ran some varlink steps by default. This commit makes any varlink build steps dependent on the varlink build tag and also makes the contrib rpm spec file independent of varlink. Endpoint tests will be run only if BUILDTAGS contains varlink. Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 116dc90cd..292f83951 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -268,7 +268,7 @@ varlink_api_task:
timeout_in: 10m
api_md_script:
- - '/usr/local/bin/entrypoint.sh varlink_api_generate |& ${TIMESTAMP}'
+ - '/usr/local/bin/entrypoint.sh BUILDTAGS="varlink" varlink_api_generate |& ${TIMESTAMP}'
- 'cd ${GOSRC} && ./hack/tree_status.sh |& ${TIMESTAMP}'
on_failure: