aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2024-02-26 10:57:51 +0000
committerPeter Krempa <pipo@pipo.sk>2024-02-27 08:07:26 +0000
commitface9746f9729699ae8525ffac4ee19be82c1ba5 (patch)
tree6a1c153fde0d5d49c4c4e93ca571b9d13065474c
parent063937f80cea1050d8494f9d1ff7a57fd86f534c (diff)
downloadlibvirt-ci-face9746f9729699ae8525ffac4ee19be82c1ba5.zip
libvirt-ci-face9746f9729699ae8525ffac4ee19be82c1ba5.tar.gz
libvirt-ci-face9746f9729699ae8525ffac4ee19be82c1ba5.tar.bz2
ci: drop update-alternatives for opensuse tumbleweed
The /usr/bin/python binary is no longer managed with alternatives, it is a symlink to the python3.11 binary provided by the python RPM. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
-rwxr-xr-xci/gitlab/all_mappings_prep_env/opensuse-prep.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/ci/gitlab/all_mappings_prep_env/opensuse-prep.sh b/ci/gitlab/all_mappings_prep_env/opensuse-prep.sh
index 748cc29..878e625 100755
--- a/ci/gitlab/all_mappings_prep_env/opensuse-prep.sh
+++ b/ci/gitlab/all_mappings_prep_env/opensuse-prep.sh
@@ -5,7 +5,3 @@ zypper install -y \
perl-App-cpanminus \
python311-base \
python311-pip
-
-# OpenSUSE doesn't create/refresh the python3 symlink to always point to the
-# newest python3 install available, it always points to 3.6 - FAIL
-update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1