You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our GitHub Actions Windows build currently excludes the Python bindings because the compiler takes over 40 minutes to compile functions.cc and structs.cc.
We have posted an issue report with Microsoft. If/when they fix the issue, we should start building and testing the Python bindings on MSVC.
Note that our official Python bindings releases for Windows are currently built with LLVM. Benchmarking in early 2022 showed that the LLVM-built binaries seem to be faster than MSVC-built ones anyway, so we are likely to continue to use LLVM for official releases regardless of the outcome of this issue.
The text was updated successfully, but these errors were encountered:
Our GitHub Actions Windows build currently excludes the Python bindings because the compiler takes over 40 minutes to compile functions.cc and structs.cc.
We have posted an issue report with Microsoft. If/when they fix the issue, we should start building and testing the Python bindings on MSVC.
Note that our official Python bindings releases for Windows are currently built with LLVM. Benchmarking in early 2022 showed that the LLVM-built binaries seem to be faster than MSVC-built ones anyway, so we are likely to continue to use LLVM for official releases regardless of the outcome of this issue.
The text was updated successfully, but these errors were encountered: