Skip to content

Commit 6766256

Browse files
committed
Use .tar.xz extension for //:source_archive bazel target
1 parent f3257d5 commit 6766256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def source_archive(
333333

334334
pkg_tar(
335335
name = "source_archive",
336-
extension = "tar.gz",
336+
extension = "tar.xz",
337337
srcs = [
338338
Label(rabbitmq_workspace + "//:root-licenses"),
339339
],

0 commit comments

Comments
 (0)