mirror of
https://github.com/golang/sys.git
synced 2026-02-08 19:56:04 +03:00
unix: sync minimum Linux Kernel version with requirements page
Change-Id: I306728f5bf19955177365fd9afcc4c8678b6f81f
GitHub-Last-Rev: cf6f9c7b19
GitHub-Pull-Request: golang/sys#213
Reviewed-on: https://go-review.googlesource.com/c/sys/+/604136
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
This commit is contained in:
committed by
Gopher Robot
parent
914deed708
commit
da77c6b1d1
@@ -40,7 +40,7 @@ const TempDir = "/tmp"
|
||||
|
||||
const GOOS = "linux" // Only for Linux targets
|
||||
const BuildArch = "amd64" // Must be built on this architecture
|
||||
const MinKernel = "2.6.23" // https://golang.org/doc/install#requirements
|
||||
const MinKernel = "2.6.32" // https://go.dev/wiki/MinimumRequirements#linuxlinux
|
||||
|
||||
type target struct {
|
||||
GoArch string // Architecture name according to Go
|
||||
|
||||
Reference in New Issue
Block a user