rules_pkg
rules_pkg copied to clipboard
Bazel rules for creating packages of many types (zip, tar, deb, rpm, ...)
Duplicate path entries are made possible within tar archives, as per feature request described in #849. RELNOTES: Duplicate path entry support within tar archives
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...
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...
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:...
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...
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...
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...
Allow use stamping variables inside deb description.