https://pantsbuild.org/ logo
h

happy-kitchen-89482

02/03/2020, 7:58 PM
Would it be correct to not rebuild the engine in CI if no rust code has changed?
a

aloof-angle-91616

02/03/2020, 7:58 PM
if we change python versions or we change any of the declared externs in
native.py
specifically
👍 1
h

happy-kitchen-89482

02/03/2020, 7:58 PM
OK, we can detect all those things
a

aloof-angle-91616

02/03/2020, 7:58 PM
yes
a

average-vr-56795

02/04/2020, 1:42 PM
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)?