From fdf4924a263a85165f3df8531da15e22e3fee823 Mon Sep 17 00:00:00 2001 From: onur-ozkan Date: Fri, 17 Jan 2025 09:42:38 +0300 Subject: [PATCH] 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 --- src/bootstrap/src/core/build_steps/dist.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bootstrap/src/core/build_steps/dist.rs b/src/bootstrap/src/core/build_steps/dist.rs index a2c792ea2da4..470e400243f9 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 ];