diff options
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 9ce690196..8e26ce72e 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -135,8 +135,10 @@ gating_task: # This task builds Podman with different buildtags to ensure the build does # not break. build_script: + - '/usr/local/bin/entrypoint.sh clean podman' + - '/usr/local/bin/entrypoint.sh clean podman-remote' - '/usr/local/bin/entrypoint.sh clean podman BUILDTAGS="exclude_graphdriver_devicemapper selinux seccomp"' - + - '/usr/local/bin/entrypoint.sh clean podman-remote-darwin' build_each_commit_task: |