[wasi] Add AOT compiler build to the official build #92095
[wasi] Add AOT compiler build to the official build #92095steveisok merged 11 commits intodotnet:mainfrom
Conversation
|
/azp run runtime |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
@directhex I think the remaining issue here might be that the system python we're picking up on windows is 32bit and the libclang is 64bit? Which python is the windows build without emsdk using? |
This analysis seems valid. It's p/invoking (or whatever it's called on Python) from D:\a_work\1\s\artifacts\obj\mono\wasi.wasm.Release\llvm\x64\bin\libclang.dll and https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md#language-and-runtime says it comes with Python 3.9 (which has no x64 Windows builds) |
|
Could we use the emsdk python package directly for this step? |
|
@microsoft-github-policy-service rerun |
|
@dotnet-policy-service rerun |
No description provided.