about summary refs log tree commit diff
diff options
context:
space:
mode:
authoronur-ozkan <work@onurozkan.dev>2025-01-17 09:42:38 +0300
committeronur-ozkan <work@onurozkan.dev>2025-01-17 11:37:10 +0300
commitfdf4924a263a85165f3df8531da15e22e3fee823 (patch)
tree9574f1cb09de151360abacd67f387e7a6af15d0d
parent7874ba2f401a7fe587178a4641ebe59781f7b463 (diff)
downloadrust-fdf4924a263a85165f3df8531da15e22e3fee823.tar.gz
rust-fdf4924a263a85165f3df8531da15e22e3fee823.zip
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 <work@onurozkan.dev>
-rw-r--r--src/bootstrap/src/core/build_steps/dist.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bootstrap/src/core/build_steps/dist.rs b/src/bootstrap/src/core/build_steps/dist.rs
index a2c792ea2da..470e400243f 100644
--- a/src/bootstrap/src/core/build_steps/dist.rs
+++ b/src/bootstrap/src/core/build_steps/dist.rs
@@ -1008,6 +1008,8 @@ impl Step for PlainSourceTarball {
             "README.md",
             "RELEASES.md",
             "REUSE.toml",
+            "x",
+            "x.ps1",
             "x.py",
             // tidy-alphabetical-end
         ];