Would it be correct to not rebuild the engine in C...
# development
h
Would it be correct to not rebuild the engine in CI if no rust code has changed?
a
if we change python versions or we change any of the declared externs in
native.py
specifically
👍 1
h
OK, we can detect all those things
a
yes
a
So a reasonable answer could be to keep exactly the most recent file in ~/.cache/pants/bin/native-engine in the travis cache (which we should reliably hit if nothing changed)?