aboutsummaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorTommi Mänttäri <tommi.manttari@qt.io>2022-04-04 15:38:03 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-06-22 10:14:56 +0000
commit458bf1b1bd58a160794fda998ae83f7ef67b6b15 (patch)
treec93ebd4603510c05e49801f7f057457d32acc6bc /coin
parent202858394037ccae3017ea262cfb1944451a1e93 (diff)
CI: make Linux host builds to use the common QNX SDP
To ensure that both Linux and Windows host builds are equivalent the Linux host builds need to use the common QNX SDP file that support both host environments. Task-number: QTBUG-101292 Change-Id: Iaf3fe0de1bce64918165555bff07f5cb423fef32 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> (cherry picked from commit e487623c0ddae0222a910acbe6f780337d3f4806) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'coin')
-rwxr-xr-xcoin/provisioning/common/linux/qnx_710.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/coin/provisioning/common/linux/qnx_710.sh b/coin/provisioning/common/linux/qnx_710.sh
index 92bfcb7d..790701cf 100755
--- a/coin/provisioning/common/linux/qnx_710.sh
+++ b/coin/provisioning/common/linux/qnx_710.sh
@@ -80,9 +80,9 @@ if [ ! -d "$targetFolder" ]; then
fi
# QNX SDP
-sourceFile="http://ci-files01-hki.intra.qt.io/input/qnx/qnx710-20211207-linux.tar.xz"
+sourceFile="http://ci-files01-hki.intra.qt.io/input/qnx/qnx710-windows-linux-20220405.tar.xz"
targetFile="qnx710.tar.xz"
-sha1="03f87bad1c5522d6aefcc74dd5ccacd43240ded3"
+sha1="134af2e0f75d7b7c516f824fafee265b89e51d48"
DownloadAndExtract "$sourceFile" "$sha1" "$targetFile" "$targetFolder"
sudo cp $aarch64le_toolchain $targetPath