Closed mpraeger closed 5 years ago
Not sure why go-archive had issues disabled - sorry about that! I'll transfer the issue over.
FWIW we don't currently have anyone keeping FreeBSD and other platforms working (and don't distribute binaries for it either), but I'm happy to review any PRs that fix things for those building it themselves.
@vito Would it be acceptable to have a solution similar to the one for mknod_windows.go
? If so I can submit a PR in a bit.
@mpraeger Yep! You could probably just rename that to mknod_stub.go
and then add the appropriate build flag for FreeBSD up top.
@vito I've submitted PR #3, though DCO
complains about missing signoff. Please let me know if that's something I need to add.
Yep - you just need to amend with -s
and force push. The bot has more
details if needed.
On Mon, Mar 11, 2019, 10:14 AM Maximilian Praeger notifications@github.com wrote:
@vito https://github.com/vito I've submitted PR #3 https://github.com/concourse/go-archive/pull/3, though DCO complains about missing signoff. Please let me know if that's something I need to add.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/concourse/go-archive/issues/2#issuecomment-471555295, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAHWCXVNyJnHRMQnB89w6_gkBYLvKMMks5vVmS8gaJpZM4bnetb .
Thanks, done.
merged #3 - thanks!
@vito As the main concourse repo is using tag v1.0.0 to pull in concourse/go-archive it is still using that git tag. Before opening a PR on the main repo a tag should exist for go-archive.
How would you like to proceed?
@mpraeger Sorry for the delay - I've bumped the dependency upstream. :+1:
Building on FreeBSD 11.2 amd64 fails:
Please let me know if anything is missing or you would like me to test anything.
As the go-archive repo does not have Issues enabled I am reporting it here.