-
Notifications
You must be signed in to change notification settings - Fork 563
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependency on docker is not compatible with freebsd/amd64 #878
Comments
🤔 need to track down how we're getting to that package or if docker is willing to fix it. |
The most frustrating part is that mknod.go is not used by go-dockerclient by design, but there is no way to exclude it |
Yeah I looked into it a bit, it looks like we get it via I opened moby/moby#42849 to see if the folks over there would be open for a PR fixing it on their side. If not, we may need to vendor that package or something like that. |
This issue is connected to the problems that I have experienced here. |
@moonshine-cc I just pushed go-dockerclient@v1.7.8 and that should compile on freebsd now. I also added a job to cross compile in CI, it isn't as good as running the tests in freebsd, but at least we can guarantee no regression. Let me know if you need any info. |
This specific file is not able to compile:
https://github.com/moby/moby/blob/v20.10.8/pkg/system/mknod.go
The text was updated successfully, but these errors were encountered: