We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The latest version of this lib include some dependencies that are only compiled on Linux.
For example: containerd/cgroups.
go: upgraded github.com/cch123/gogctuner v0.0.0-20220714084524-712d934a61a3 => v0.0.0-20240820051400-6fadbbd25d74 go: added github.com/containerd/cgroups v1.1.0 go: added github.com/coreos/go-systemd/v22 v22.5.0 go: added github.com/docker/go-units v0.5.0 go: added github.com/godbus/dbus/v5 v5.1.0 go: added github.com/opencontainers/runtime-spec v1.2.0
Error on build:
github.com/containerd/cgroups ../../../../go/pkg/mod/github.com/containerd/cgroups@v1.1.0/memory.go:463:19: undefined: unix.Eventfd ../../../../go/pkg/mod/github.com/containerd/cgroups@v1.1.0/memory.go:463:35: undefined: unix.EFD_CLOEXEC ../../../../go/pkg/mod/github.com/containerd/cgroups@v1.1.0/utils.go:69:13: undefined: unix.CGROUP2_SUPER_MAGIC ../../../../go/pkg/mod/github.com/containerd/cgroups@v1.1.0/utils.go:76:23: undefined: unix.CGROUP2_SUPER_MAGIC
Any way to add an alternative for macOs? or at least compilation directives.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The latest version of this lib include some dependencies that are only compiled on Linux.
For example: containerd/cgroups.
Error on build:
Any way to add an alternative for macOs? or at least compilation directives.
The text was updated successfully, but these errors were encountered: