xmake-io / xmake

🔥 A cross-platform build utility based on Lua
https://xmake.io
Apache License 2.0
10.14k stars 782 forks source link

Add `xmake l cli.bisect` #5462

Closed waruqi closed 3 months ago

waruqi commented 3 months ago
$ xmake l cli.bisect -g v2.9.1 -b v2.9.2 --gitdir=/Users/ruki/projects/personal/xmake -c "xrepo remove --all -y; xmake f -a arm64 -cvD -y"
...
aa278bc7fc0b723a315120bb95531991b7939229 is the first bad commit
commit aa278bc7fc0b723a315120bb95531991b7939229
Author: ruki <waruqi@gmail.com>
Date:   Fri May 10 00:44:57 2024 +0800

    improve to system/find_package

 xmake/modules/package/manager/system/find_package.lua | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

https://github.com/xmake-io/xmake/issues/5455