Open huoyaoyuan opened 2 months ago
Tagging subscribers to this area: @dotnet/runtime-infrastructure See info in area-owners.md if you want to be subscribed.
It works fine now with Visual Studio 17.11.4. Maybe some issue behind the bundled toolchain?
Environment
Windows 11 22631.3880 Visual Studio 17.10.5, with bundled CMake and ninja tools
Description
The working tree was clean and has successfully ran
build.cmd clr+libs
for Debug and Release. When trying to runsrc\tests\build.cmd
, it complains for:The erroring line in
CMakeTestCCompiler.cmake
is:Looking at
artifacts\tests\coreclr\obj\windows.x64.Debug\Native\CMakeFiles
, there's norules.ninja
generated. Copying one fromartifacts\obj\coreclr\windows.x64.Debug\CMakeFiles
doesn't mitigate the issue. Using-msbuild
was a workaround, but now it compiles with issues.Any idea for why it only reproduces locally? Am I missing some step in repo setup?