rules_pkg icon indicating copy to clipboard operation
rules_pkg copied to clipboard

Bazel rules for creating packages of many types (zip, tar, deb, rpm, ...)

Results 117 rules_pkg issues
Sort by recently updated
recently updated
newest added

Duplicate path entries are made possible within tar archives, as per feature request described in #849. RELNOTES: Duplicate path entry support within tar archives

P1

The current iteration of `pkg_install` was only tested on Linux and macOS. I currently do not have a Windows development environment available, so things were likely to be missed. In...

P2
pkg_install

Now that bazel 7 is the default for CI, and we are using bzlmod, the toolchain finder does not work. Worse than failing, they just silently skip, so it's as...

bug
P2

When tar archives which contain duplicate file paths are assigned to deps of `pkg_tar`, the function removes all but the first occurring instance, and warns with "Duplicate file in archive...

I was trying out the example mentioned in https://github.com/bazelbuild/rules_pkg/tree/main/examples/prebuilt_rpmbuild to use prebuilt rpmbuild binary for creating an rpm package. I am getting the below error: ``` INFO: From MakeRpm test-rpm-all.rpm:...

P3

Yun. What do you think about a recommendation that all bazelbuild repositories copy this workflow directly from bazel?

The current behavior of `pkg_tar` is that if I have a file and a symlink to that file, and both are given as sources, the symlink is "expanded" and two...

p4

The version_file attribute of pkg_deb is not working correctly. The name of the debian package that bazel generates should be in the form of name_version_arch.deb which is true when you...

wontfix
p4

When we add a tree to pkg_tar via pkg_files, some files being executable and some not, the executable file modes are lost due to this line: https://github.com/bazelbuild/rules_pkg/blob/a56b1d9d339b70c01f92db74d62f4973a789f0fd/pkg/mappings.bzl#L258 pkg_tar has some...

P3
need more information

Allow use stamping variables inside deb description.

P3