On Jul 13, 2025, at 14:34, Mankirat Singh <mankiratsingh1315@gmail.com> wrote:
> Here, I had a proposal: In case an ABI break is found, then loop
> through the commits after the last run to find the offending commit.
> We can also give the animal owner the option to decide whether they
> want to use their own machine to perform this search or not. Let me
> know your thoughts on this.
Presumably you could work your way backwards until the ABI break disappears. That should minimize the number of commits
youhave to compile and test.
Best,
David