Skip to content

include Cargo.{toml,lock} in rust-src tarball #44076

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 30, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Do not include the src/Cargo.toml
distcheck complains that this file references projects not cotnained in the tarball
  • Loading branch information
RalfJung committed Aug 26, 2017
commit bd24325ce1c4af21d519ca38e6973a6018ee7ad8
1 change: 0 additions & 1 deletion src/bootstrap/dist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,6 @@ impl Step for Src {
t!(fs::create_dir_all(&dst_src));

let src_files = [
"src/Cargo.toml",
"src/Cargo.lock",
];
// This is the reduced set of paths which will become the rust-src component
Expand Down