Skip to content

Commit fdf4924

Browse files
committed
include x and x.ps1 scripts in tarball sources
Helps to provide 1:1 build experience between git-managed and tarball sources. Signed-off-by: onur-ozkan <[email protected]>
1 parent 7874ba2 commit fdf4924

File tree

1 file changed

+2
-0
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+2
-0
lines changed

src/bootstrap/src/core/build_steps/dist.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1008,6 +1008,8 @@ impl Step for PlainSourceTarball {
10081008
"README.md",
10091009
"RELEASES.md",
10101010
"REUSE.toml",
1011+
"x",
1012+
"x.ps1",
10111013
"x.py",
10121014
// tidy-alphabetical-end
10131015
];

0 commit comments

Comments
 (0)