| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
Grsec kernel changes was the result of go-bootstrap failing to
build for x86. This can be worked around with setting:
sysctl -w kernel.modify_ldt=1
See: https://github.com/alpinelinux/linux-stable-grsec/commit/1134b46895b28613a080b371fe70e4b440a10eb3#diff-80716dbec75df699671148c08bb3eb80R25
|
|
|
|
|
|
|
|
|
| |
To avoid that $GOROOT_BOOTSTRAP equals $GOROOT during main/go build.
See:
- https://github.com/golang/go/commit/f9379eb3467d2b6feb8fb0c7c2c366b81408305d
Also: Cleanup package further and fix removal of _test.go packages.
|
| |
|
|
This is a more minimal version of the main/go aport. It is only supposed
to be used for bootstrapping go1.5 and to clarify this point it is called
go-bootstrap instead of go1.4.
This package doesn't ship a tools or cross subpackage anymore because
doing so would increase the amount of redundant 'code' in this APKBUILD
and neither tools nor cross compilers are needed for bootstrapping
go1.5.
|