mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-22 21:06:53 +08:00
Provisioning: Add system GCC versions to versions.txt
Currently GCC versions which comes with the system are missing from versions.txt. This change will add those Task-number: QTQAINFRA-3933 Change-Id: I1934e6257acf92d72dcb382884aad60503b7b32f Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
This commit is contained in:
@@ -151,3 +151,7 @@ sudo /usr/local/bin/pip3 install wheel
|
|||||||
# shellcheck source=../common/unix/SetEnvVar.sh
|
# shellcheck source=../common/unix/SetEnvVar.sh
|
||||||
source "${BASH_SOURCE%/*}/../common/unix/SetEnvVar.sh"
|
source "${BASH_SOURCE%/*}/../common/unix/SetEnvVar.sh"
|
||||||
SetEnvVar "PYTHON3_WHEEL_CACHE" "$HOME/python3-wheels"
|
SetEnvVar "PYTHON3_WHEEL_CACHE" "$HOME/python3-wheels"
|
||||||
|
|
||||||
|
gccVersion="$(gcc --version |grep gcc |cut -b 11-16)"
|
||||||
|
echo "GCC = $gccVersion" >> versions.txt
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#############################################################################
|
#############################################################################
|
||||||
##
|
##
|
||||||
## Copyright (C) 2019 The Qt Company Ltd.
|
## Copyright (C) 2020 The Qt Company Ltd.
|
||||||
## Contact: http://www.qt.io/licensing/
|
## Contact: http://www.qt.io/licensing/
|
||||||
##
|
##
|
||||||
## This file is part of the provisioning scripts of the Qt Toolkit.
|
## This file is part of the provisioning scripts of the Qt Toolkit.
|
||||||
@@ -108,3 +108,6 @@ sudo zypper -nq install java
|
|||||||
|
|
||||||
# open-vm-tools requires update. Version in tier1 is broken and causes segfault on boot.
|
# open-vm-tools requires update. Version in tier1 is broken and causes segfault on boot.
|
||||||
sudo zypper -nq update open-vm-tools
|
sudo zypper -nq update open-vm-tools
|
||||||
|
|
||||||
|
gccVersion="$(gcc --version |grep gcc |cut -b 17-23)"
|
||||||
|
echo "GCC = $gccVersion" >> versions.txt
|
||||||
|
|||||||
@@ -51,3 +51,5 @@ sudo zypper -nq install cups-devel
|
|||||||
#speech-dispatcher
|
#speech-dispatcher
|
||||||
sudo zypper -nq install libspeechd-devel
|
sudo zypper -nq install libspeechd-devel
|
||||||
|
|
||||||
|
gccVersion="$(gcc --version |grep gcc |cut -b 17-23)"
|
||||||
|
echo "GCC = $gccVersion" >> versions.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user