Closed mattyclarkson closed 3 months ago
load("@rules_tar//tar/unpack:defs.bzl", "tar_unpack") load("@rules_tar//tar/extract:defs.bzl", "tar_extract") tar_unpack( name = "unpack", src = "some.tar.bz2", ) tar_extract( name = "extract", src = "some.tar.zst", outs = [ "a/specific/member.txt", "another/member.txt", ] )
Does not perform any ceation: rules_pkg for that (at least for the foreseeable future)
rules_pkg
Hello @bazelbuild/bcr-maintainers, modules without existing maintainers (rules_tar) have been updated in this PR. Please review the changes.
Does not perform any ceation:
rules_pkg
for that (at least for the foreseeable future)