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

Is it possible to include patches in the publishing? #49

Closed
rickeylev opened this issue May 1, 2023 · 1 comment · Fixed by #55
Closed

Is it possible to include patches in the publishing? #49

rickeylev opened this issue May 1, 2023 · 1 comment · Fixed by #55
Assignees
Labels
enhancement New feature or request

Comments

@rickeylev
Copy link

I have a MODULE.bazel file that contains a couple dev-only lines, but those lines can't be marked as dev only yet (It's a register_toolchains() call, which doesn't allow dev_dependency=True until a newer Bazel version is out).

I can see BCR allows patches to be applied, as specified in the source.json config. And I see Publish to BCR has a source.json template file. However, I can't seem to figure out how to put a patch file in that template that Publish to BCR is happy with. I'm hoping I can have the patch automatically applied when publishing the BCR.

Is this possible and I just can't find the right syntax, or not possible?

@alexeagle
Copy link
Contributor

I don't think that's possible currently, but note that as of 6c8bb8f this app does know how to produce a patch file and include in the PR it sends.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants