mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-23 07:21:14 +02:00
go: disable arm64-extras flag, currently broken
For some reason the arm64 build (intended only for generating a pre-built std library) is leaking into the amd64 build, leaving the installed `go` binary with the arm64 defaults compiled in. Until this is resolved disable building the arm64 std library.
This commit is contained in:
parent
4216338052
commit
0f19f5ae13
@ -23,7 +23,7 @@ HOMEPAGE="http://www.golang.org"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0/${PV}"
|
||||
IUSE="cros_host +arm64-extras"
|
||||
IUSE="cros_host arm64-extras"
|
||||
|
||||
DEPEND="cros_host? ( >=dev-lang/go-bootstrap-1.4.1 )"
|
||||
RDEPEND=""
|
||||
|
Loading…
x
Reference in New Issue
Block a user