We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c55b7d2 commit 429756bCopy full SHA for 429756b
build.lua
@@ -1667,7 +1667,7 @@ local dist = (function()
1667
1668
rule "tar" {
1669
description = "tar $out",
1670
- command = "tar -caf $out $in --transform='s#$prefix#$dest#'",
+ command = "tar -caf $out $in --transform='s#$prefix#$dest#' --sort=name",
1671
}
1672
1673
return {
0 commit comments