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

Misc changes to un-break BazelCI #265

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

ted-xie
Copy link
Contributor

@ted-xie ted-xie commented Oct 11, 2024

  • Add explicit loads for java_* rules
  • Add explicit loads for sh_binary (and rules_shell)
  • Use singlejar to re-package classfiles

Command to add all the loads: bazelisk query 'kind(sh_binary,...)' | sed "s/:.*/:__pkg__/" | sort | uniq | xargs -I {} buildozer 'new_load @rules_shell//shell:sh_binary.bzl sh_binary' {}

* Add explicit loads for java_* rules
* Add explicit loads for sh_binary (and rules_shell)
* Use singlejar to re-package classfiles
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.

1 participant