bazel-contrib / rules_perl

Perl rules for Bazel
Apache License 2.0
26 stars 37 forks source link

Support `--nolegacy_external_runfiles` #72

Closed lalten closed 3 weeks ago

lalten commented 4 weeks ago

https://github.com/bazelbuild/bazel/issues/23574 is flipped for Bazel 8 but ctx.label.workspace_root still includes an external/ prefix. Replacing that with ../ makes rules_perl (and rules_cpan) work with Bazel 8 (https://github.com/bazelbuild/bazel-central-registry/issues/3056).

lalten commented 3 weeks ago

@skeletonkey friendly bump.

This is blocking Bazel 8 compatibility for rules_cpan: https://github.com/bazelbuild/bazel-central-registry/issues/3056

lalten commented 3 weeks ago

Thanks @skeletonkey! Would it be possible to create a rules_perl 0.2.4 release? Then we can add that to the BCR and don't need to create a 0.2.3.bcr.2