mirror of https://github.com/qt/qt5.git
wasm: update to Emscripten 4.0.7
Change-Id: I687b2a16df17a626febc3fb87cae21240f6521ed
Reviewed-by: Piotr Wierciński <piotr.wiercinski@qt.io>
(cherry picked from commit 7a9387e445
)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
37880472c7
commit
8734d6ee50
|
@ -8,8 +8,8 @@ source "${BASH_SOURCE%/*}/SetEnvVar.sh"
|
||||||
# shellcheck source=./DownloadURL.sh
|
# shellcheck source=./DownloadURL.sh
|
||||||
source "${BASH_SOURCE%/*}/DownloadURL.sh"
|
source "${BASH_SOURCE%/*}/DownloadURL.sh"
|
||||||
|
|
||||||
version="3.1.70"
|
version="4.0.7"
|
||||||
versionNode="v16.20.0"
|
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"
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
# This script will install emscripten needed by WebAssembly
|
# This script will install emscripten needed by WebAssembly
|
||||||
|
|
||||||
$version = "3.1.70"
|
$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"
|
||||||
|
|
Loading…
Reference in New Issue