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

Fix #144: Add rctx.watch and repo name fix in deb_resolve #145

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dillon-giacoppo
Copy link
Contributor

As described by #144, adds support for --incompatible_no_implicit_watch_label and --incompatible_use_plus_in_repo_names to deb_resolve.

@@ -120,7 +124,7 @@ def _deb_resolve_impl(rctx):
# NOTE: the split("~") is needed when we run bazel from another
# directory, e.g. when running e2e tests we change dir to e2e/smoke
# and then rctx.name is 'rules_distroless~~apt~bullseye'
repo_name = rctx.name.split("~")[-1].replace("_resolve", ""),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ping

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