radareorg / r2retdec

RetDec plugin for Radare2
https://retdec.com/
MIT License
124 stars 24 forks source link

git clone: show progress + shallow clone #26

Closed milahu closed 1 year ago

milahu commented 3 years ago

show progress slow connections need some seconds to download currently, git clone is silent, so it looks like it hangs also, with silent clone, there is no info before (potentially large) downloads

shallow clone reduce transfer size + disk use

todo set version with branch_name or tag_name to make shallow-clone work

trufae commented 2 years ago

progress is fine for local users but a little anoying on the CI, not sure if there's a way to make this work with an env var or something, but its conflicting

trufae commented 1 year ago

ref https://github.com/radareorg/r2retdec/pull/46

trufae commented 1 year ago

they released retdec5 today, so i guess its time to chk