summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2019-02-27 10:06:27 -0500
committerMatthew Heon <matthew.heon@pm.me>2019-02-27 12:21:57 -0500
commitbd9a18df15106d18abb1d9faf3aa8a1a108351f7 (patch)
treeefc5a39687c200771588bec1c69aa947af174f7d /.cirrus.yml
parentf1f26f444228381224581609a327f13158740923 (diff)
downloadpodman-bd9a18df15106d18abb1d9faf3aa8a1a108351f7.tar.gz
podman-bd9a18df15106d18abb1d9faf3aa8a1a108351f7.tar.bz2
podman-bd9a18df15106d18abb1d9faf3aa8a1a108351f7.zip
Add a task to Cirrus gating to build w/o Varlink
We had a regression on master where we broke the build for non-Varlink builds. Catch this in CI in the future. Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index ad9edd404..4521866d1 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -118,6 +118,11 @@ gating_task:
- '/usr/local/bin/entrypoint.sh vendor'
- 'cd /go/src/github.com/containers/libpod && ./hack/tree_status.sh'
+ # This task builds Podman with different buildtags to ensure the build does
+ # not break.
+ build_script:
+ - '/usr/local/bin/entrypoint.sh clean podman BUILDTAGS="exclude_graphdriver_devicemapper selinux seccomp"'
+
build_each_commit_task: