-
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
[wasi] Select mono components #100407
[wasi] Select mono components #100407
Conversation
Tagging subscribers to 'arch-wasm': @lewing |
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
This reverts commit d62a165. # Conflicts: # src/mono/wasi/build/WasiApp.targets
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
Seems like MonoTargets are not packed for lib tests.. Okay, wasi lib tests are running without workload, and so mono targets are not there |
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime |
Azure Pipelines successfully started running 1 pipeline(s). |
* Don't link icu for InvariantGlobalization=true * Don't link debugger for publish * Revert "Don't link icu for InvariantGlobalization=true" This reverts commit d62a165. # Conflicts: # src/mono/wasi/build/WasiApp.targets * Drop in-tree setup. Solve the rest of the components * Incorporate WasmDebugLevel * Hook MonoSelectRuntimeComponents. Unify component selection * Fix merge damage * Conditional mono targets
diagnostics_tracing
debugger
andhot_reload
for publish, use real components for build (aligns with browser debugger support)WasmDebugLevel=1
or0
Contributes to #96862