mirror of
https://github.com/containers/podman.git
synced 2025-07-28 19:02:48 +08:00
Cirrus: Fix cirrus cache race on bin/podman
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>
This commit is contained in:
@ -121,6 +121,7 @@ function _run_bindings() {
|
|||||||
|
|
||||||
function _run_docker-py() {
|
function _run_docker-py() {
|
||||||
source .venv/docker-py/bin/activate
|
source .venv/docker-py/bin/activate
|
||||||
|
make binaries
|
||||||
make run-docker-py-tests
|
make run-docker-py-tests
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user