aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTommi Mänttäri <tommi.manttari@qt.io>2022-04-04 15:38:03 +0300
committerTommi Mänttäri <tommi.manttari@qt.io>2022-06-14 05:04:06 +0000
commite487623c0ddae0222a910acbe6f780337d3f4806 (patch)
treeeb951982b7d47ee586db7e48a999dd6c6c35b3a1
parent857ae6e1e161e85d3d7402901dc67b33d3e65d65 (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 Pick-to: 6.4 6.3 6.2 Change-Id: Iaf3fe0de1bce64918165555bff07f5cb423fef32 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-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