bazelbuild / rules_pkg

Bazel rules for creating packages of many types (zip, tar, deb, rpm, ...)
Apache License 2.0
216 stars 171 forks source link

Look into repo-mapping support #769

Closed aiuto closed 2 weeks ago

aiuto commented 10 months ago

Context: https://github.com/bazelbuild/bazel/issues/19937 https://github.com/bazelbuild/bazel/pull/19944

Under bzlmod, paths to files in external repos changed. It may be difficult for users to write rules to rebase files from external repos to new locations. No time to write more details today, but I want this placeholder issue to point to the problem and the fix.