mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-22 14:12:25 +02:00
Go 1.22 requires Go 1.20 or newer for bootstrapping. gccgo only supports Go 1.18, therefore we cannot use it for bootstrapping Go 1.22 directly and would need to package intermediate versions of Go. Since our current packaging setup does not easily allow us to maintain multiple versions of a package, and since it does not seem likely that gccgo will support newer Go versions in the future, this does not seam feasible. Therefore, this commits abandons the much loved gccgo based bootstrap and switches back to bootstrapping Go manually from an existing Alpine installation using the bootstrap.sh script. Fixes #15602 This reverts commit 3516e6e5e78f2734be4f8641ea06a124421e6a25.