Skip to content

Commit

Permalink
Use .tar.xz extension for //:source_archive bazel target
Browse files Browse the repository at this point in the history
  • Loading branch information
HoloRin committed Oct 28, 2022
1 parent f3257d5 commit 6766256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ def source_archive(

pkg_tar(
name = "source_archive",
extension = "tar.gz",
extension = "tar.xz",
srcs = [
Label(rabbitmq_workspace + "//:root-licenses"),
],
Expand Down

0 comments on commit 6766256

Please sign in to comment.