inconshreveable/gonative

Easier Bootstrap for Go 1.5+

Open

#24 aberto em 2 de dez. de 2015

Ver no GitHub
 (4 comments) (0 reactions) (0 assignees)Go (32 forks)github user discovery
help wanted

Métricas do repositório

Stars
 (339 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Building Go 1.5+ from source requires that an existing 1.4 Go toolchain be on your machine and specified via the GOROOT_BOOTSTRAP environment variable. gonative will fail if that's not supplied right now if you're building Go1.5+. Instead, if the env var is unspecified, gonative should download a Go 1.4 installation native to your platform and use that for the bootstrap process.

Guia do colaborador