Restore successful github action build and nuget package generation#1946
Restore successful github action build and nuget package generation#1946
Conversation
|
Hey @mitchcapper, thanks for the PR and sorry for the delay in getting to it, I just noticed it. Unfortunately the CI is failing with |
|
Must be some repo env thing oddly as it worked in my original action test: https://github.com/mitchcapper/CppSharp/actions/runs/18149035233 I changed it to force a deep clone (unrelated to my changes I believe) that should fix it here. |
src/Parser/ParserOptions.cs
Outdated
| AddArguments("-fms-extensions"); | ||
| AddArguments("-fms-compatibility"); | ||
| AddArguments("-fdelayed-template-parsing"); | ||
| AddArguments("-D_ALLOW_COMPILER_AND_STL_VERSION_MISMATCH"); |
There was a problem hiding this comment.
Can you change this to spaces as used in rest of sorrounding lines?
allow using older versions of clang than 19 until mono#1942
Support Nerdbank.GitVersioning
d9241e5 to
f58c482
Compare
|
Sorry all set:) |
|
Thanks for your effort @mitchcapper, nice to see people trying to get this project moving forward. 👍 Unfortunately, the CI/create_package job still seems to fail because of the shallow clone issue. Anything we can do about it? |
|
Thanks, great to get that issue sorted. 🙂 |
If you folks don't want to do the nuget.org upload it might be a good idea to do releases that include the nupkg to make life easier for people:)
Fixes #1940