-
Notifications
You must be signed in to change notification settings - Fork 2.4k
support aarch64 for go-bootstrap/go #14900
Copy link
Copy link
Closed
Labels
featureA feature is missing in SpackA feature is missing in Spack
Description
I found that go-bootstrap/go package cannot support aarch64 now.
If we want to support aarch64 , the flow is like that:
Download the 1'st arm64 version as below:
https://dl.google.com/go/go1.8.7.linux-arm64.tar.gzunpack
go1.8.7.linux-arm64.tar.gzexport
GO_BOOTSTRAP=/xxx/goAfter finishing above steps, the latest go package can be download and compile.
But the question is that: I think it's totally deferent way of x86 bootstrap compare for the above steaps.
So I'm not sure how to modify the go-bootstrap package.py.
Is there any suggestion for developing this patch?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureA feature is missing in SpackA feature is missing in Spack