-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for building WASM variants alongside single-threaded to the build system #71054
Conversation
Right now, this is dumping the runtime variants in |
One issue(?) right now is you can't build the Without
Without
|
The yaml is bad because AzDO makes writing good yaml torture
@steveisok I've eventually got this running with some very bad yaml. I tried parameterizing on runtimeVariant, but couldn't find a way to use the parameter in nameSuffix (which must be unique) without error. Moving from the old properties to the common MonoWasmBuildVariant property should make future parameterization easier. |
I'm ok with a follow up to make things better. |
/backport to release/7.0-preview7 |
Started backporting to release/7.0-preview7: https://github.com/dotnet/runtime/actions/runs/2666329112 |
This is a first cut at allowing single thread, multi thread, and perftrace wasm builds to all happen as a single "thing"