olofk / fusesoc

Package manager and build abstraction tool for FPGA/ASIC development
BSD 2-Clause "Simplified" License
1.14k stars 235 forks source link

Fix library update for git #695

Open rpatel3001 opened 1 week ago

rpatel3001 commented 1 week ago

Fetch instead of pull so tags work in sync-version, and do it first so we get updates before checking out the version.

rpatel3001 commented 1 week ago

Needs some work, this doesn't work for branches anymore

olofk commented 1 week ago

Just let me know when you have something I should review. I remember that there were some tricks done to correctly get tags and branches.