Merge pull request #14004 from cevich/refix_docker-py

[CI:BUILD] Cirrus: Re-fix build-cache miss on main
This commit is contained in:
OpenShift Merge Robot
2022-04-26 08:08:53 -04:00
committed by GitHub
2 changed files with 1 additions and 2 deletions

View File

@ -121,7 +121,6 @@ function _run_bindings() {
function _run_docker-py() {
source .venv/docker-py/bin/activate
make binaries
make run-docker-py-tests
}

View File

@ -268,7 +268,7 @@ case "$TEST_FLAVOR" in
;;
docker-py)
remove_packaged_podman_files
make install PREFIX=/usr ETCDIR=/etc
make && make install PREFIX=/usr ETCDIR=/etc
msg "Installing previously downloaded/cached packages"
dnf install -y $PACKAGE_DOWNLOAD_DIR/python3*.rpm