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

Bootstrap arm-5, 6 and 7 in bootstrap-pure not build.sh #192

Merged
merged 2 commits into from
Jan 11, 2023

Conversation

zeripath
Copy link
Collaborator

Bootstrapping of arm-5, -6 and -7 currently happens in build.sh because Go will install std to /usr/local/go/pkg/linux_arm. This PR simply bootstraps these in bootstrap and moves them to /usr/local/go/pkg/linux_arm-x as appropriate with build.sh creating a symbolic link as needed.

This should slightly speed up arm builds using xgo.

Signed-off-by: Andrew Thornton [email protected]

Bootstrapping of arm-5, -6 and -7 currently happens in build.sh because Go will install
std to /usr/local/go/pkg/linux_arm. This PR simply bootstraps these in bootstrap and moves
them to /usr/local/go/pkg/linux_arm-x as appropriate with build.sh creating a symbolic link
as needed.

This should slightly speed up arm builds using xgo.

Signed-off-by: Andrew Thornton <[email protected]>
@zeripath zeripath added the enhancement New feature or request label Jan 10, 2023
@techknowlogick techknowlogick merged commit ff0f8f4 into techknowlogick:main Jan 11, 2023
@zeripath zeripath deleted the bootstrap-in-pure branch January 11, 2023 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants