Skip to content

Commit

Permalink
Rollup merge of #135588 - ferrocene:add-license-json-to-source-tarbal…
Browse files Browse the repository at this point in the history
…l, 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
  • Loading branch information
matthiaskrgr authored Jan 16, 2025
2 parents 6997ea2 + 1fcbb4d commit f4bbe30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bootstrap/src/core/build_steps/dist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1001,6 +1001,7 @@ impl Step for PlainSourceTarball {
"README.md",
"RELEASES.md",
"REUSE.toml",
"license-metadata.json",
"configure",
"x.py",
"config.example.toml",
Expand Down

0 comments on commit f4bbe30

Please sign in to comment.