mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-20 11:56:31 +08:00
wasm: set cache files for Emscripten 4.0.7
Files were prebuild by cloning emsdk repo in their respective VM
produced by Coin provisioning, and running './emsdk install 4.0.7' and
'./emsdk activate 4.0.7' in macOS 15 and OpenSUSE 15.6. And just
'./emsdk install 4.0.7' in Windows 10.
This amends 5510396f4d9f175e7f61a953ea0722ce57d059d4
Task-number: COIN-1232
Change-Id: Ifa768173093c4b6b90599d0fff8b34a1db8b1bbc
Reviewed-by: Lorn Potter <lorn.potter@qt.io>
(cherry picked from commit 82b1992011)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
committed by
Qt Cherry-pick Bot
parent
10faee473f
commit
4b0354d4f4
@@ -13,10 +13,10 @@ versionNode="v20.18.0"
|
|||||||
tarBallVersion="${version//./_}"
|
tarBallVersion="${version//./_}"
|
||||||
if uname -a | grep -q Darwin; then
|
if uname -a | grep -q Darwin; then
|
||||||
tarBallPackage="emsdk_macos_${tarBallVersion}.tar.gz"
|
tarBallPackage="emsdk_macos_${tarBallVersion}.tar.gz"
|
||||||
sha="eafd7b96ab12d84183d2eaa62e8d39bb12c252bf"
|
sha="c3d2df45685b68e5d69e09017084d26783eda2dd"
|
||||||
else
|
else
|
||||||
tarBallPackage="emsdk_linux_${tarBallVersion}.tar.gz"
|
tarBallPackage="emsdk_linux_${tarBallVersion}.tar.gz"
|
||||||
sha="047a3da9048edc71fb56af544c4bb2448d6c0644"
|
sha="20f7782ca4a9088fe91405b16c6fed630e91dcd6"
|
||||||
fi
|
fi
|
||||||
cacheUrl="https://ci-files01-hki.ci.qt.io/input/emsdk/${tarBallPackage}"
|
cacheUrl="https://ci-files01-hki.ci.qt.io/input/emsdk/${tarBallPackage}"
|
||||||
target="/tmp/${tarBallPackage}"
|
target="/tmp/${tarBallPackage}"
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ $version = "4.0.7"
|
|||||||
$zipVersion = $version -replace '\.', "_"
|
$zipVersion = $version -replace '\.', "_"
|
||||||
$temp = "$env:tmp"
|
$temp = "$env:tmp"
|
||||||
$cacheUrl = "https://ci-files01-hki.ci.qt.io/input/emsdk/emsdk_windows_${zipVersion}.zip"
|
$cacheUrl = "https://ci-files01-hki.ci.qt.io/input/emsdk/emsdk_windows_${zipVersion}.zip"
|
||||||
$sha = "4d05e378575cb3d74e2740b121730ba1f5822f27"
|
$sha = "d433b8353df4a75ba035fc618f520790b4fb7ee2"
|
||||||
|
|
||||||
# Python used for '.\emsdk install'
|
# Python used for '.\emsdk install'
|
||||||
$pythonPath = [System.Environment]::GetEnvironmentVariable("PYTHON3_PATH", "Machine")
|
$pythonPath = [System.Environment]::GetEnvironmentVariable("PYTHON3_PATH", "Machine")
|
||||||
|
|||||||
Reference in New Issue
Block a user