[14.5-stable] Get go from go.dev instead of alpine's edge/community mirror#5602
Open
europaul wants to merge 4 commits intolf-edge:14.5-stablefrom
Open
[14.5-stable] Get go from go.dev instead of alpine's edge/community mirror#5602europaul wants to merge 4 commits intolf-edge:14.5-stablefrom
europaul wants to merge 4 commits intolf-edge:14.5-stablefrom
Conversation
Pin the go version to 1.24.6 and download the toolchain from go.dev instead of using the one from alpine's edge/community repository. This also eliminates the need for the alpine/mirrors/edge/community directory, which is no longer used. Signed-off-by: Paul Gaiduk <paulg@zededa.com> (cherry picked from commit 3253f09)
Fix the lookup of cached apk packages in build-cache.sh. Now it produces correct results even if there are multiple versions of the same package. Signed-off-by: Paul Gaiduk <paulg@zededa.com> (cherry picked from commit 7b0f5a6)
To have the full picture of all needed packages and their dependencies, we ran the script `python3 tools/alpine-tools/alpine_migrate.py 3.16 3.16` Signed-off-by: Paul Gaiduk <paulg@zededa.com>
Since the go toolchain is now downloaded from go.dev, we need to rebuild all the packages that depend on it. Signed-off-by: Paul Gaiduk <paulg@zededa.com>
Contributor
|
@europaul , we will need to break this PR into two because our arm64 runners are running out of disk space. My suggestion is to remove from this PR:
These are all dependent on pkg/cross-compilers. Then you open a new PR to update the alpine hash for these packages.... it should be enough.... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Backport of #5184
Checklist