From e487623c0ddae0222a910acbe6f780337d3f4806 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tommi=20M=C3=A4ntt=C3=A4ri?= Date: Mon, 4 Apr 2022 15:38:03 +0300 Subject: [PATCH] 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 --- coin/provisioning/common/linux/qnx_710.sh | 4 ++-- 1 file 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