cargo-c icon indicating copy to clipboard operation
cargo-c copied to clipboard

Trigger a rebuild if non-cargo-significant changes happened

Open lu-zero opened this issue 6 years ago • 4 comments

In particular --prefix=/libdir/includedir changes and cbindgen.toml metadata.

lu-zero avatar Jul 01 '19 09:07 lu-zero

I got bit by two rebuild issues: adding a cbindgen.toml didn't trigger a re-cbindgenning, and setting package.metadata.capi.library name didn't trigger a rebuild of the library, so install failed.

anholt avatar Feb 04 '21 05:02 anholt

should be easy to add both in the hash computation, thank you for reporting.

lu-zero avatar Feb 04 '21 06:02 lu-zero