mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user