-
Notifications
You must be signed in to change notification settings - Fork 10
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
Static link puku? #129
Comments
Not much luck with "go get" either @toastwaffle : $ go install github.com/please-build/puku/cmd/puku
no required module provides package github.com/please-build/puku/cmd/puku; to add it:
go get github.com/please-build/puku/cmd/puku
$ go get github.com/please-build/puku/cmd/puku@latest
go: downloading github.com/please-build/puku v1.11.1
go: github.com/please-build/puku/cmd/puku@latest: create zip: version/BUILD: case-insensitive file name collision: "VERSION" and "version"
version/version.go: case-insensitive file name collision: "VERSION" and "version" |
toastwaffle
added a commit
that referenced
this issue
Oct 29, 2024
Fixes #129 Not setting static = True as that won't work well for cross compilation.
Hopefully #132 will fix the case-insensitive filename conflict |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On RHEL 8 I am getting:
It's not trivial to upgrade libc in various environments, would it be possible to statically link puku?
The text was updated successfully, but these errors were encountered: