-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
Milestone
Description
#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
| # WASI | |
| - ${{ if eq(parameters.platform, 'wasi_wasm') }}: | |
| - (Ubuntu.2004.Amd64)[email protected]/dotnet-buildtools/prereqs:ubuntu-20.04-helix-wasm-amd64 | |
| # Browser WebAssembly | |
| - ${{ if eq(parameters.platform, 'browser_wasm') }}: | |
| - (Ubuntu.1804.Amd64)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-webassembly | |
| # Browser WebAssembly Firefox | |
| - ${{ if eq(parameters.platform, 'browser_wasm_firefox') }}: | |
| - (Ubuntu.1804.Amd64)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-webassembly |
dotnet-runtime-perf pipeline
- Update perf pipeline too (thanks to @cincuranet)
- Update node, and jsvu in all these places (WIP)
runtime pipeline
- Helix: main wasm queue is still on 18.04
- Helix: queue used for firefox debugger tests is still on 18.04
- What is needed for upgrading the build machines we use?
- Update node, and jsvu in all these places