mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-11 01:16:41 +08:00
Provisioning: Fix Nodejs12 Path for RedHat
The path included the executable by accident. Change-Id: If477914a7313987796a952a05e9eecba7fdaf9c2 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
This commit is contained in:
@@ -146,7 +146,7 @@ sudo /usr/local/bin/pip3 install wheel
|
||||
# shellcheck source=../common/unix/SetEnvVar.sh
|
||||
source "${BASH_SOURCE%/*}/../common/unix/SetEnvVar.sh"
|
||||
SetEnvVar "PYTHON3_WHEEL_CACHE" "$HOME/python3-wheels"
|
||||
SetEnvVar "PATH" "/opt/rh/rh-nodejs12/root/usr/bin/node:\$PATH"
|
||||
SetEnvVar "PATH" "/opt/rh/rh-nodejs12/root/usr/bin:\$PATH"
|
||||
|
||||
gccVersion="$(gcc --version |grep gcc |cut -b 11-16)"
|
||||
echo "GCC = $gccVersion" >> versions.txt
|
||||
|
||||
Reference in New Issue
Block a user