mirror of
https://github.com/containers/podman.git
synced 2025-06-19 16:33:24 +08:00
Merge pull request #14004 from cevich/refix_docker-py
[CI:BUILD] Cirrus: Re-fix build-cache miss on main
This commit is contained in:
@ -121,7 +121,6 @@ function _run_bindings() {
|
||||
|
||||
function _run_docker-py() {
|
||||
source .venv/docker-py/bin/activate
|
||||
make binaries
|
||||
make run-docker-py-tests
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user