Open jbarnoud opened 6 months ago
This also happens occasionally on Linux. In both cases, they are transient errors.
The following error seems to occur consistently:
error: failed to run custom build command for openmm-sys v7.7.0 (D:\a\nanover-rs\nanover-rs\openmm-sys)
Caused by: process didn't exit successfully: D:\a\nanover-rs\nanover-rs\target\debug\build\openmm-sys-4c39ec42c80e4017\build-script-build (exit code: 101)
Further down the following errors appear:
`CMake Error at CMakeLists.txt:21 (PROJECT): The CMAKE_C_COMPILER:
C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.39.33519/bin/Hostx64/x64/cl.exe
is not a full path to an existing compiler tool.`
` CMake Error at CMakeLists.txt:21 (PROJECT): The CMAKE_CXX_COMPILER:
C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.39.33519/bin/Hostx64/x64/cl.exe
is not a full path to an existing compiler tool.`
These errors are consistently preventing the CI tests from completing successfully.
This would be related to #2