bazelbuild / rules_platform

Apache License 2.0
8 stars 4 forks source link

additional info needed to produce a non-empty tar.gz #8

Closed aranguyen closed 8 months ago

aranguyen commented 8 months ago

according to pkg_tar documentation, 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```
aranguyen commented 8 months ago

@keertk FYI