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:
Allan Sandfeld Jensen
2020-12-14 09:15:15 +01:00
parent 88c2d05f5d
commit 0c6aa06e0c

View File

@@ -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