summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2022-01-27 16:43:07 -0500
committerChris Evich <cevich@redhat.com>2022-02-17 16:38:42 -0500
commit632c089cc63acad444fae22c6a74238e75bd9436 (patch)
treec4e01be9a5ff807a2e115b2e4f1c7105096d4fcd /contrib
parenta429dcd2abc6aa0549e558c64ff23e1e45e49bf1 (diff)
downloadpodman-632c089cc63acad444fae22c6a74238e75bd9436.tar.gz
podman-632c089cc63acad444fae22c6a74238e75bd9436.tar.bz2
podman-632c089cc63acad444fae22c6a74238e75bd9436.zip
Cirrus: Use updated VM images
Mainly this is to confirm some changes needed for the podman-py CI setup don't disrupt operations here. Ref: https://github.com/containers/automation_images/pull/111 Also includes a minor steup fix WRT setting up for test-rpm build. Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/cirrus/setup_environment.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/cirrus/setup_environment.sh b/contrib/cirrus/setup_environment.sh
index 829bb651d..93f085983 100755
--- a/contrib/cirrus/setup_environment.sh
+++ b/contrib/cirrus/setup_environment.sh
@@ -247,6 +247,7 @@ esac
case "$TEST_FLAVOR" in
ext_svc) ;;
validate)
+ dnf install -y $PACKAGE_DOWNLOAD_DIR/python3*.rpm
# For some reason, this is also needed for validation
make .install.pre-commit
;;
@@ -257,7 +258,7 @@ case "$TEST_FLAVOR" in
if [[ "$ALT_NAME" =~ RPM ]]; then
bigto dnf install -y glibc-minimal-langpack go-rpm-macros rpkg rpm-build shadow-utils-subid-devel
fi
- ;&
+ ;;
docker-py)
remove_packaged_podman_files
make install PREFIX=/usr ETCDIR=/etc