mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 22:07:19 +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
|
||
---|---|---|
.. | ||
bootstrap.sh | ||
genapkovl-dhcp.sh | ||
genapkovl-xen.sh | ||
genrootfs.sh | ||
mkimage-yaml.sh | ||
mkimage.sh | ||
mkimg.arm.sh | ||
mkimg.base.sh | ||
mkimg.minirootfs.sh | ||
mkimg.netboot.sh | ||
mkimg.standard.sh | ||
mkimg.xen.sh |