Skip to content

Commit

Permalink
Cirrus: Fix cirrus cache race on bin/podman
Browse files Browse the repository at this point in the history
A suspected race on uploading gopath cache is causing the docker-py (and
possibly other) tasks to fail unpredictably with an error from `make`
regarding missing `bin/podman`.  Since this failure is affecting all
development activity, apply a quick/dirty fix to the failing task, by
simply rebuilding the binary.  A more comprehensive/long-term fix will
be worked in a future PR.

Signed-off-by: Chris Evich <cevich@redhat.com>
  • Loading branch information
cevich committed Apr 25, 2022
1 parent 9784d97 commit 2f53259
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/cirrus/runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ function _run_bindings() {

function _run_docker-py() {
source .venv/docker-py/bin/activate
make binaries
make run-docker-py-tests
}

Expand Down

0 comments on commit 2f53259

Please sign in to comment.