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

Compilation Question #64

Open
TechnologyClassroom opened this issue Oct 29, 2021 · 4 comments
Open

Compilation Question #64

TechnologyClassroom opened this issue Oct 29, 2021 · 4 comments

Comments

@TechnologyClassroom
Copy link

Does asdf-golang have any interest in a compilation option in the future? I ran this command asdf install golang ref:$(asdf latest golang) expecting compilation, but received a binary installation instead.

gvm solves the bootstrapping issue by first compiling go1.4 and then compiling later versions.

I have a script that does this and it looks like gvm would work, but I am exploring the option of standardizing my tools around asdf.

@kennyp
Copy link
Member

kennyp commented Nov 16, 2021

I haven't actually thought about it to be honest. What would be the reason you want to do the compilation instead of the binary release?

@TechnologyClassroom
Copy link
Author

Trust, the ability to customize the source, the ability to customize the build flags, the ability to install development versions, etc.

@kennyp
Copy link
Member

kennyp commented Nov 16, 2021

I would be happy to collaborate on something like that. You said you have a script that we could use as a starting point?

@TechnologyClassroom
Copy link
Author

I do have a script, but the licensing is incompatible with MIT.

The gvm project has the functionality and also uses MIT. Relevant line in the install file.

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

No branches or pull requests

2 participants