Skip to content

Commit e21b7ea

Browse files
authored
[wasm] Use docker images with emscripten 3.1.30 (#84014)
Currently the webassembly docker images with name ending with net8 have emscripten 3.1.34 and break wasm builds on CI.
1 parent dbea6d7 commit e21b7ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

eng/pipelines/common/templates/pipeline-with-resources.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ resources:
6060
ROOTFS_DIR: /crossrootfs/ppc64le
6161

6262
- container: browser_wasm
63-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-webassembly-net8
63+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-webassembly-net8-20230322221728-80fdceb
6464

6565
- container: wasi_wasm
66-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-20.04-webassembly-net8
66+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-20.04-webassembly-net8-20230322221804-80fdceb
6767

6868
- container: freebsd_x64
6969
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-freebsd-12

eng/pipelines/libraries/helix-queues-setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,6 @@ jobs:
201201

202202
# Browser WebAssembly windows
203203
- ${{ if in(parameters.platform, 'browser_wasm_win', 'wasi_wasm_win') }}:
204-
- (Windows.Amd64.Server2022.Open)[email protected]/dotnet-buildtools/prereqs:windowsservercore-ltsc2022-helix-webassembly-net8
204+
- (Windows.Amd64.Server2022.Open)[email protected]/dotnet-buildtools/prereqs:windowsservercore-ltsc2022-helix-webassembly-net8-20230319084205-80fdceb
205205

206206
${{ insert }}: ${{ parameters.jobParameters }}

0 commit comments

Comments
 (0)