[wasm] WBT: fix failing no-trimming test#93950
Conversation
The test build gets terminated with: `Precompiling failed for /root/helix/work/workitem/e/wbt/4hiqh2hp_nji/obj/Release/net8.0/browser-wasm/wasm/for-publish/aot-in/aot-instances.dll with exit code 137` .. while compiling `aot-instances.dll`, with 190+ assemblies when not trimming. Since, the particular tests terminate the build after this step, and don't need the output, use `WasmDedup=false` to avoid using `aot-instances.dll` at all. Fixes dotnet#93522
|
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsThe test build gets terminated with: .. while compiling Fixes #93522
|
|
Note that aot+no linking will lead to very slow compilation times, so it might be a good idea to not allow it at all. |
|
I will update the PR. |
|
Looks like we still fail with this error when compiling corelib in the latest build: |
The test build gets terminated with:
Precompiling failed for /root/helix/work/workitem/e/wbt/4hiqh2hp_nji/obj/Release/net8.0/browser-wasm/wasm/for-publish/aot-in/aot-instances.dll with exit code 137.. while compiling
aot-instances.dll, with 190+ assemblies when nottrimming. Since, the particular tests terminate the build after this
step, and don't need the output, use
WasmDedup=falseto avoid usingaot-instances.dllat all.Fixes #93522