Skip to content

fix: accommodate copy_to_bin() deprecation#105

Open
chickenandpork wants to merge 1 commit intomasmovil:masterfrom
chickenandpork:fix/accommodate-copy_file_to_bin-deprecation
Open

fix: accommodate copy_to_bin() deprecation#105
chickenandpork wants to merge 1 commit intomasmovil:masterfrom
chickenandpork:fix/accommodate-copy_file_to_bin-deprecation

Conversation

@chickenandpork
Copy link
Copy Markdown
Contributor

Due to bazel-contrib/bazel-lib#1229 any update of aspect_bazel_lib >= 2.22.4 will fail in the usage of the private symbol copy_to_bin in a manner similar to:

ERROR: Skipping '//...': error loading package under directory '': error loading package: at /home/runner/.bazel/external/masorange_rules_helm+/helm/defs.bzl:15:6: at /home/runner/.bazel/external/masorange_rules_helm+/helm/private/helm_chart_providers.bzl:1:6: cannot load '@@aspect_bazel_lib+//lib/private:copy_to_bin.bzl': no such file

In that change, although the private symbol was simply deleted, the non-private symbol was properly aliased to a definition in bazel-lib, so other users are likely unaffected.

@chickenandpork chickenandpork force-pushed the fix/accommodate-copy_file_to_bin-deprecation branch from 9eb78e5 to 3a747d0 Compare April 11, 2026 07:42
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