Skip to content

Commit

Permalink
generate-copyright: Use license-metadata.json from git.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpallant committed Nov 25, 2024
1 parent 587369b commit db71194
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/bootstrap/src/core/build_steps/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,7 @@ impl Step for GenerateCopyright {
}

fn run(self, builder: &Builder<'_>) -> Self::Output {
let license_metadata = builder.ensure(CollectLicenseMetadata);

let license_metadata = builder.src.join("license-metadata.json");
let dest = builder.out.join("COPYRIGHT.html");
let dest_libstd = builder.out.join("COPYRIGHT-library.html");

Expand Down

0 comments on commit db71194

Please sign in to comment.