Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter out empty lines from files being added in cgo_library #271

Merged
merged 2 commits into from
Jul 25, 2024

Conversation

peterebden
Copy link
Contributor

We have a change that is erroring out on a seemingly unrelated downstream cgo_library complaining about not producing the output go.
I have no idea why this is happening but the most likely cause I can see is that this line adds an empty filename, which is interpreted as adding one called 'go' to the general outputs, rather than a name to the 'go' group. I'm hoping this should fix, and it seems a reasonable thing to do anyway.

ChangeLog Outdated Show resolved Hide resolved
@peterebden peterebden changed the title Disallow empty files being added in cgo_library Filter out empty lines from files being added in cgo_library Jul 24, 2024
@peterebden peterebden merged commit 8a2a927 into please-build:master Jul 25, 2024
5 checks passed
@peterebden peterebden deleted the disallow-empty-files branch July 25, 2024 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants