| load("@io_bazel_stardoc//:version.bzl", "version") |
| load("@rules_pkg//:pkg.bzl", "pkg_tar") |
| default_visibility = ["//visibility:private"], |
| actual = "stardoc-%s" % version, |
| name = "distro_workspace", |
| cmd = "sed -e '/### INTERNAL ONLY/,$$d' $(location //:WORKSPACE) >$@", |
| # Make it owned by root so it does not have the uid of the CI robot. |
| srcs = ["//:distro_bins"], |
| # Make it owned by root so it does not have the uid of the CI robot. |
| # Build the artifact to put on the github release page. |
| name = "stardoc-%s" % version, |
| # Make it owned by root so it does not have the uid of the CI robot. |