File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ git clone https://github.com/emscripten-core/emsdk.git
13
13
Set-Location - Path emsdk
14
14
15
15
# Checkout a specific commit to avoid unexpected issues
16
- git checkout 37b85e9
16
+ git checkout c18280c
17
17
18
- ./ emsdk install 3.1 .47
18
+ ./ emsdk install 3.1 .54
19
19
20
- ./ emsdk activate 3.1 .47
20
+ ./ emsdk activate 3.1 .54
21
21
22
22
# Set a variable for later use (used in common/build.ps1)
23
23
Write-Host " ##vso[task.setvariable variable=NATIVEAOT_CI_WASM_BUILD_EMSDK_PATH]$PWD "
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ if (!(gcm cmake -ErrorAction SilentlyContinue))
32
32
33
33
if (! $NoClone )
34
34
{
35
- $LlvmProjectTag = " llvmorg-17.0.4 "
35
+ $LlvmProjectTag = " llvmorg-18.1.3 "
36
36
$DepthOption = if ($CI ) {" --depth" , " 1" } else {}
37
37
git clone https:// github.com / llvm/ llvm- project -- branch $LlvmProjectTag $DepthOption
38
38
}
You can’t perform that action at this time.
0 commit comments