aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/qtci-linux-RHEL-8.8-x86_64/04-install-packages.sh
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@qt.io>2023-06-29 11:25:56 +0200
committerAssam Boudjelthia <assam.boudjelthia@qt.io>2023-07-25 15:52:51 +0300
commitb87b44168cc5ab3b11b03c1015022d69763745a9 (patch)
treef7e5c4d4fd28f0bd573d9ce9fe06474097356323 /coin/provisioning/qtci-linux-RHEL-8.8-x86_64/04-install-packages.sh
parent8b8bd315f9648efc5850d21399283d058bd3690b (diff)
Provisioning: Remove the special wheel cache for python3 packages
It should be replaced with a global pip cache in the long run. Removing it should make the maintenance of the required packages easier as it can be done within the modules instead of in the global provisioing scripts. Pick-to: 6.6 Change-Id: Ief9832a8a640ce98325cda015d0a9e89d6cb16af Reviewed-by: Simo Fält <simo.falt@qt.io>
Diffstat (limited to 'coin/provisioning/qtci-linux-RHEL-8.8-x86_64/04-install-packages.sh')
-rw-r--r--coin/provisioning/qtci-linux-RHEL-8.8-x86_64/04-install-packages.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/coin/provisioning/qtci-linux-RHEL-8.8-x86_64/04-install-packages.sh b/coin/provisioning/qtci-linux-RHEL-8.8-x86_64/04-install-packages.sh
index d0f57708..f2358f3c 100644
--- a/coin/provisioning/qtci-linux-RHEL-8.8-x86_64/04-install-packages.sh
+++ b/coin/provisioning/qtci-linux-RHEL-8.8-x86_64/04-install-packages.sh
@@ -146,15 +146,6 @@ sudo pip3 install virtualenv wheel
sudo python3.8 -m pip install virtualenv wheel
sudo /usr/bin/pip3 install wheel
-# Install all needed packages in a special wheel cache directory
-/usr/bin/pip3 wheel --wheel-dir "$HOME/python3-wheels" -r "${BASH_SOURCE%/*}/../common/shared/requirements.txt"
-
-# Install 3.8 compatible wheels
-python3.8 -m pip wheel --wheel-dir "$HOME/python3-wheels" -r "${BASH_SOURCE%/*}/../common/shared/requirements.txt"
-
-# shellcheck source=../common/unix/SetEnvVar.sh
-source "${BASH_SOURCE%/*}/../common/unix/SetEnvVar.sh"
-SetEnvVar "PYTHON3_WHEEL_CACHE" "$HOME/python3-wheels"
OpenSSLVersion="$(openssl3 version |cut -b 9-14)"
echo "OpenSSL = $OpenSSLVersion" >> ~/versions.txt