olivierlemasle commented on issue #2969:
CI fails in "verify-publish" because
cargo vendor
copies cratezstd-sys
without its submodule. For a reason I don't understand, the crate containszstd/lib
, however when usingcargo install
, thezstd
directory is not copied...
alexcrichton commented on issue #2969:
I dug in a bit and I believe this is a bug in Cargo. For now the best fix though is to probably send a PR to
zstd-sys
to update theexclude
directive to work in a way both for publication and vendoring. Unfortunately I don't think we can land this as-is until CI is green again.
olivierlemasle commented on issue #2969:
Thank you for your analysis @alexcrichton. I was actually also looking at this
list_files
function...Unfortunately I don't think we can land this as-is until CI is green again.
Of course! I'll mark this PR as a draft in the meantime.
alexcrichton commented on issue #2969:
Thanks again!
Last updated: Nov 22 2024 at 17:03 UTC