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

Add mips64le as a recognized architecture #260

Merged
merged 1 commit into from
Jan 15, 2024
Merged

Add mips64le as a recognized architecture #260

merged 1 commit into from
Jan 15, 2024

Conversation

gibmat
Copy link
Contributor

@gibmat gibmat commented Jan 13, 2024

Currently, trying to build this library on a mips64le system produces the following error:

# github.com/minio/madmin-go/kernel
src/github.com/minio/madmin-go/kernel/kernel.go:76:32: undefined: utsnameStr

That's because there's no build check for mips64le in kernel/kernel_utsname_int8.go. I think that's the correct file to add it to, so I did.

Initially noticed while trying to build another program for Debian on a mips64le host. I have tested the changes on the Debian mips64el porter box; everything builds, and all the tests pass.

@harshavardhana harshavardhana merged commit f8019d2 into minio:main Jan 15, 2024
5 checks passed
This was referenced Jan 18, 2024
@gibmat gibmat deleted the add-mips64el branch January 18, 2024 21:28
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.

3 participants