Skip to content

Commit f4bbe30

Browse files
authored
Rollup merge of #135588 - ferrocene:add-license-json-to-source-tarball, r=Kobzol
Add license-metadata.json to rustc-src tarball. Adds a license-metadata.json to the source tarball. This file was reported as missing as a comment on #133461, and it prevents you building the compiler from the source tarball (unless you re-generate it yourself, which is non-obvious and requires `reuse` to be installed). r? Kobzol
2 parents 6997ea2 + 1fcbb4d commit f4bbe30

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -1001,6 +1001,7 @@ impl Step for PlainSourceTarball {
10011001
"README.md",
10021002
"RELEASES.md",
10031003
"REUSE.toml",
1004+
"license-metadata.json",
10041005
"configure",
10051006
"x.py",
10061007
"config.example.toml",

0 commit comments

Comments
 (0)