summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Holzinger <pholzing@redhat.com>2024-06-17 11:08:04 +0200
committerMatt Heon <mheon@redhat.com>2024-07-10 08:06:08 -0400
commit66c16c9da9e409f86917e98eaf15820d48443f56 (patch)
treea2b6a0539e85172b84f4866c4b86f1b959013c9c
parent2030f23c16582ccf2a9bae429503489df7136802 (diff)
CI: do not install python packages at runtime
No idea why we need them, it passes without them so I just remove them. Currently CI is broken as this install is failing on rawhide for some reason. I don't know what changed there but this is working and unblocks CI so I like to get this in. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
-rwxr-xr-xcontrib/cirrus/setup_environment.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/cirrus/setup_environment.sh b/contrib/cirrus/setup_environment.sh
index 2158ab79e..eee50bbe9 100755
--- a/contrib/cirrus/setup_environment.sh
+++ b/contrib/cirrus/setup_environment.sh
@@ -340,8 +340,6 @@ case "$TEST_FLAVOR" in
remove_packaged_podman_files
showrun make install PREFIX=/usr ETCDIR=/etc
- msg "Installing previously downloaded/cached packages"
- showrun dnf install -y $PACKAGE_DOWNLOAD_DIR/python3*.rpm
virtualenv .venv/docker-py
source .venv/docker-py/bin/activate
showrun pip install --upgrade pip