summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2021-01-28 11:47:05 -0500
committerChris Evich <cevich@redhat.com>2021-01-28 13:58:11 -0500
commit8d979e093e8a5d79f192f123dbcfc2c973d3bb21 (patch)
tree58f46130fe646e70f6760db270b10ff5c1bd0712 /.cirrus.yml
parentfb653c43ed1eb9eb9b97ca80edb8df6caab88905 (diff)
downloadpodman-8d979e093e8a5d79f192f123dbcfc2c973d3bb21.tar.gz
podman-8d979e093e8a5d79f192f123dbcfc2c973d3bb21.tar.bz2
podman-8d979e093e8a5d79f192f123dbcfc2c973d3bb21.zip
Cirrus: Build static podman-remote
Prior to this commit, the "Static Build" task only produced a `bin/podman`. Update this to also include a `bin/podman-remote` binary. Update the pr-should-include-tests checker to ignore the `nix` directory, which isn't applicable. Lastly, restore the static build task to 'required' for CI success. Leaving the comment inplace in case it needs to be bypassed in the future on short notice. Signed-off-by: Chris Evich <cevich@redhat.com>
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 5b0d9ee6c..af6c64058 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -342,7 +342,7 @@ static_alt_build_task:
- build
# Community-maintained task, may fail on occasion. If so, uncomment
# the next line and file an issue with details about the failure.
- allow_failures: $CI == $CI
+ # allow_failures: $CI == $CI
gce_instance: *bigvm
env:
<<: *stdenvars