mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
Previously, community/go depended on itself for compiler-bootstrapping
purposes. This approach has several issue which are were further
discussed on the ML some time ago [1]. By bootstrapping community/go
using gcc-go we can make the bootstrap path more transparent and also
ease bootstrapping new builder via bootstrap.sh as community/go no
longer needs to be cross-compiled from an existing Go installation.
As such, this commit also removes community/go from the bootstrap.sh.
There is nothing on the bootstrap path that depends on it, hence it
is fine that a bootstrapped/cross-compiled gcc doesn't have LANG_GO
support. Go was only added to bootstrap.sh previously in 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 |