Skip to content

Rebuild git2go when libgit2 is rebuilt

It was discovered during a gdk update debug session (internal link) that make git was failing with:

ld: library not found for -lgit2

Whilst a go clean -cache did fix the issue, @stanhu suggested adding an -a to go install which forces rebuilding which seems to have worked for a separate case.

Edit: Following @pks-t's suggestion at !2521 (comment 407314113), we now rebuild git2go when libgit2 is rebuilt instead 🙂

Edited by Ash McKenzie

Merge request reports