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

Issues building blocky from source #1603

Open
michaeloreillyintel opened this issue Sep 10, 2024 · 0 comments
Open

Issues building blocky from source #1603

michaeloreillyintel opened this issue Sep 10, 2024 · 0 comments

Comments

@michaeloreillyintel
Copy link

When trying to build from the cloned repo, I get this Go toolchain not available error.
The fix mentioned here is to make sure the Go version in go.mod is 1.22.0
Making this change locally fixes the build for me.

I then get an error if I move the binary off the build system because CGO_ENABLED=0 is not in the make file.
I can build a static binary if I use this command CGO_ENABLED=0 make clean && make build.

I can open a PR with these changes?

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

No branches or pull requests

1 participant