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

The archive dependency declared in install_rpms is not used #8

Open
MinpengJin opened this issue Dec 15, 2023 · 0 comments
Open

The archive dependency declared in install_rpms is not used #8

MinpengJin opened this issue Dec 15, 2023 · 0 comments

Comments

@MinpengJin
Copy link

MinpengJin commented Dec 15, 2023

Hello !
After Bazel 6.0.0, the visibility of @bazel_tools//tools/build_defs/pkg:archive was removed, which results in the following error:
in py_binary rule @io_bazel_rules_container_rpm//rpm:install_rpms: target '@bazel_tools//tools/build_defs/pkg:archive' is not visible from target '@io_bazel_rules_container_rpm//rpm:install_rpms'. Check the visibility declaration of the former target if you think the dependency is legitimate
The dependency on @bazel_tools//tools/build_defs/pkg:archive declared in rules_container_rpm/rpm/BUILD is not actually used. It is recommended to remove this dependency.

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

No branches or pull requests

1 participant