Closed jw3 closed 1 year ago
The fc tarballs are now 428K, the el tarball is 10MB. :+1:
This regressed towards the end of the RPM refactor when an extra subdir needed added to the vendoring output path. The error was hidden by the ignore_srrors
flag that was inexplicably enabled.
Fix an issue with unvendoring Rust dependencies in lock2spec.py. This was preventing the pruning of crates available as packages from the final tarball. The symptom was that the release artifacts were all the same size.
Closes #697