diff options
| author | Pietro Albini <pietro@pietroalbini.org> | 2020-09-30 14:26:10 +0200 |
|---|---|---|
| committer | Pietro Albini <pietro@pietroalbini.org> | 2020-09-30 14:29:02 +0200 |
| commit | d4928ad7fd6636f1a1f8d51209a70f0ee7a5f43e (patch) | |
| tree | e43c9e698b33f99312361c3dc7f6a1846ff69ed1 /src/bootstrap | |
| parent | e05e2f9a94f4fa43f9a77bb59184eeb46fd49577 (diff) | |
| download | rust-d4928ad7fd6636f1a1f8d51209a70f0ee7a5f43e.tar.gz rust-d4928ad7fd6636f1a1f8d51209a70f0ee7a5f43e.zip | |
build-manifest: keep legacy behavior when invoking through ./x.py dist
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/dist.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/dist.rs b/src/bootstrap/dist.rs index 8cdd293239e..857e06d846d 100644 --- a/src/bootstrap/dist.rs +++ b/src/bootstrap/dist.rs @@ -2371,6 +2371,7 @@ impl Step for HashSign { cmd.arg(addr); cmd.arg(&builder.config.channel); cmd.arg(&builder.src); + cmd.env("BUILD_MANIFEST_LEGACY", "1"); builder.create_dir(&distdir(builder)); |
