-
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] Add AOT compiler build to the official build #92095
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.