Sometime recently, I've become unable to build dotnet/runtime on Linux Ubuntu 20.04.2 LTS.
Steps:
git pull (HEAD is now b80ddef)
git clean -xdf (just for good measure)
./build.sh -s clr+libs -rc release
Result:
-- Configuring done
CMake Error at debug/runtimeinfo/CMakeLists.txt:34 (add_dependencies):
The dependency target "inject_debug_resources_coreclr" of target
"runtimeinfo" does not exist.
-- Generating done
CMake Generate step failed. Build files cannot be regenerated correctly.
/code/personal/dotnet/runtime/src/coreclr
I don't think anything in particular changed in my environment, and nor do I see any other error higher up in the build logs. I tried a branch that is a few weeks old and was able to build it successfully.
Any assistance getting the build working again would be appreciated.