stellar / packages

SDF - Packages
Apache License 2.0
46 stars 41 forks source link

Fix stellar-core patches as per upstream change #159

Closed satyamz closed 2 years ago

satyamz commented 2 years ago

Signed-off-by: Satyam Zode satyamz@users.noreply.github.com

graydon commented 2 years ago

@MonsieurNicolas I don't think so -- I think the SRC_RUST_FILES variable is used differently than the others in the makefile, just to trigger calls to cargo, with no insight into whether they're tests or not. I might be wrong, I haven't hooked up the connection between make check and cargo test yet, but I think it'll just be opaque and invalidated on the makefile side by any source file change, with cargo doing the fine-granied dep tracking on the rust side.