Skip to content

Commit 0060535

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 72ec547 commit 0060535

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
@@ -1007,7 +1007,9 @@ impl Step for PlainSourceTarball {
10071007
"README.md",
10081008
"RELEASES.md",
10091009
"REUSE.toml",
1010+
"x.ps1",
10101011
"x.py",
1012+
"x",
10111013
// tidy-alphabetical-end
10121014
];
10131015
let src_dirs = ["src", "compiler", "library", "tests", "LICENSES"];

0 commit comments

Comments
 (0)