gtm icon indicating copy to clipboard operation
gtm copied to clipboard

feat(freebsd): FreeBSD 13.0-RELEASE compat

Open realnedsanders opened this issue 3 years ago • 1 comments

Fix Makefile to reference correct version of git2go for FreeBSD 13.0-RELEASE Fix scm/git.go imports to reference correct version of git2go for FreeBSD 13.0-RELEASE Fix scm/git.go:301 git2go TreeWalkCallback type changed return type 'int' -> 'error' Fix util/test.go imports to reference correct version of git2go for FreeBSD 13.0-RELEASE

  • Tags: 13.0-RELEASE FreeBSD

realnedsanders avatar Jan 31 '22 15:01 realnedsanders

This isn't ready to merge yet (IMO). I need to understand more about your CI/build solution to get a feel for what else needs to be done. Also need to add some logic so as to not break existing things that work (pretty sure this would break Linux builds as it sits)

realnedsanders avatar Jan 31 '22 15:01 realnedsanders