Skip to content

Commit 429756b

Browse files
Christophe DelordChristophe Delord
authored andcommitted
reproducible file order in release archives
1 parent c55b7d2 commit 429756b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1667,7 +1667,7 @@ local dist = (function()
16671667

16681668
rule "tar" {
16691669
description = "tar $out",
1670-
command = "tar -caf $out $in --transform='s#$prefix#$dest#'",
1670+
command = "tar -caf $out $in --transform='s#$prefix#$dest#' --sort=name",
16711671
}
16721672

16731673
return {

0 commit comments

Comments
 (0)