Buck build broken for c# #404
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Report
Issues and Steps to Reproduce
Clone repo and run buck build of csharp targets or build-native.sh
Expected Behavior
Should run fine
Actual Behavior
Fails
Link to Code
If you have some code that maintainers can clone/test for themselves, bugs can be resolved much faster. Please paste a link here.
When applicable, use this fiddle to post a web repro.
I'm working on it.
I had to revert 3 commits that touched .buckconfig and buck file .
I think is still failing for Android? you need to check the changes of
a580712b2f
on .buckconfigwhich target?
buck build //csharp:yoganet#android-armv7,shared
is fine for me.if i revert that commit it works.
hmm, I can't repro that. Do you have
.buckconfig.local
?