according to pkg_tardocumentation, the field srcs is optional but when I did. not specify anything, an empty tar.gz was produced causing an issue during publishing to BCR
Verified that updated tar.gz is not empty
aranguyen-macbookpro:distro aranguyen$ tar -xvzf rules_platform-0.1.0.tar.gz
x ./BUILD.bazel
x ./LICENSE
x ./MODULE.bazel
x ./platform_data/
x ./platform_data/BUILD.bazel
x ./platform_data/defs.bzl```
according to
pkg_tar
documentation, the fieldsrcs
is optional but when I did. not specify anything, an empty tar.gz was produced causing an issue during publishing to BCRVerified that updated
tar.gz
is not empty