Skip to content

Commit

Permalink
Do not emit rules_pkg dep in distro tarball's MODULE.bazel (#214)
Browse files Browse the repository at this point in the history
Since we don't include //distro in the distro package itself. Note that skylib's distro packaging follows the same logic.
  • Loading branch information
tetromino authored Jun 20, 2024
1 parent 92a4819 commit 1be7db6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ filegroup(
"CHANGELOG.md",
"CONTRIBUTORS",
"LICENSE",
"MODULE.bazel",
"maven_install.json",
"rules_jvm_external.patch",
"//src/main/java/com/google/devtools/build/stardoc/renderer:srcs",
Expand Down
2 changes: 2 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,7 @@ maven.install(
)
use_repo(maven, "stardoc_maven")

### INTERNAL ONLY - lines after this are not included in the release packaging.
#
# Dev-only and test-only dependencies
bazel_dep(name = "rules_pkg", version = "0.10.1", dev_dependency = True)

0 comments on commit 1be7db6

Please sign in to comment.