bazelbuild / rules_pkg

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

Fix binary location in pkg_tar #861

Closed ewianda closed 2 months ago

ewianda commented 2 months ago

Fix binary location in pkg_tar

close https://github.com/bazelbuild/rules_pkg/issues/803

ewianda commented 2 months ago

It looks like #860 needs to merge first. Is that correct?

Do we have an example/test that exercises this fix?

Sorry forgot to squash previous commits

ewianda commented 2 months ago

closing this since it has been fixed here https://github.com/bazelbuild/rules_pkg/pull/856