#86194 upgrades all the non-wasm VMs to Ubuntu 22.04 .
What is needed on wasm side to do the same?
|
# WASI |
|
- ${{ if eq(parameters.platform, 'wasi_wasm') }}: |
|
- (Ubuntu.2004.Amd64)Ubuntu.2004.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-20.04-helix-wasm-amd64 |
|
|
|
# Browser WebAssembly |
|
- ${{ if eq(parameters.platform, 'browser_wasm') }}: |
|
- (Ubuntu.1804.Amd64)Ubuntu.1804.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-webassembly |
|
|
|
# Browser WebAssembly Firefox |
|
- ${{ if eq(parameters.platform, 'browser_wasm_firefox') }}: |
|
- (Ubuntu.1804.Amd64)Ubuntu.1804.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-webassembly |
dotnet-runtime-perf pipeline
runtime pipeline
cc @radekdoulik @maraf
#86194 upgrades all the non-wasm VMs to Ubuntu 22.04 .
What is needed on wasm side to do the same?
runtime/eng/pipelines/libraries/helix-queues-setup.yml
Lines 182 to 192 in 29d485c
dotnet-runtime-perf pipeline
runtime pipeline
cc @radekdoulik @maraf