CppSharp icon indicating copy to clipboard operation
CppSharp copied to clipboard

Recent LLVM builds fail at the CI

Open ddobrev opened this issue 4 years ago • 2 comments
trafficstars

The reason is that Directory.Build.props is somehow improperly invoked and creates a mislocated config.props the invocation of which in turn breaks the build.

ddobrev avatar Feb 04 '21 22:02 ddobrev

Can we close this now?

tritao avatar Nov 05 '21 18:11 tritao

I'm afraid not. I am forced to keep a branch with this file added for updating LLVM because otherwise its builds fail. The new build system relies on generating the projects of CppSharp in order to create config.props. However, to build LLVM we don't need CppSharp. We need to rewrite the scripts in such a manner that building CppSharp or LLVM is completely independent.

ddobrev avatar Nov 05 '21 19:11 ddobrev