Skip to content
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

Make the agent support ppc64le #138

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

waltforme
Copy link

When building for ppc64le, I saw error messages like these:

/root/go/pkg/mod/github.com/headzoo/[email protected]/agent/agent_linux.go:19:23: cannot use buf.Sysname (variable of type [65]uint8) as [65]int8 value in argument to charsToString
/root/go/pkg/mod/github.com/headzoo/[email protected]/agent/agent_linux.go:29:23: cannot use buf.Release (variable of type [65]uint8) as [65]int8 value in argument to charsToString

This PR adjusts/adds the go build tags so that the agent additionally covers ppc64le.
Legacy format of go build tags are used here just to be consistent with existing ones.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant