mujoco icon indicating copy to clipboard operation
mujoco copied to clipboard

Enable MSVC build of Python bindings on GitHub Actions

Open saran-t opened this issue 2 years ago • 0 comments

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.

saran-t avatar Sep 16 '22 20:09 saran-t