mirror of
https://github.com/containers/podman.git
synced 2025-06-23 18:59:30 +08:00
Cirrus: use dnf instead of rpm to install packages
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
@ -277,7 +277,7 @@ case "$TEST_FLAVOR" in
|
||||
;& # continue with next item
|
||||
compose)
|
||||
make install.tools
|
||||
rpm -ivh $PACKAGE_DOWNLOAD_DIR/podman-docker*
|
||||
dnf install -y $PACKAGE_DOWNLOAD_DIR/podman-docker*
|
||||
;& # continue with next item
|
||||
int) ;&
|
||||
sys) ;&
|
||||
@ -307,7 +307,7 @@ case "$TEST_FLAVOR" in
|
||||
install_test_configs
|
||||
;;
|
||||
machine)
|
||||
rpm -ivh $PACKAGE_DOWNLOAD_DIR/podman-gvproxy*
|
||||
dnf install -y $PACKAGE_DOWNLOAD_DIR/podman-gvproxy*
|
||||
remove_packaged_podman_files
|
||||
make install.tools
|
||||
make install PREFIX=/usr ETCDIR=/etc
|
||||
|
Reference in New Issue
Block a user