stratis-storage / ci

To manage CI for various project repos.
0 stars 6 forks source link

Consider using more of the options that cargo vendor-filterer provides for tarring and zipping #525

Open mulkieran opened 2 months ago

mulkieran commented 2 months ago

See https://crates.io/crates/cargo-vendor-filterer .

This would mean that the cargo vendor-filterer path is more separate from the regular vendor path in the release script. Currently we just use cargo vendor-filterer to make the vendor directory, and then tar and zip the resulting directories in shared code.