Lines Matching full:toolset
13 - Downloads and unpacks the Go toolset in ../golang.
38 # Where to install Go toolset to. GOROOT would be <TOOLSET_ROOT>/go.
47 # Pinned version of Go toolset to download.
68 """URL of a platform specific Go toolset archive."""
69 # TODO(vadimsh): Support toolset for cross-compilation.
118 """Downloads and installs Go toolset.
167 """Compiles and runs 'hello world' program to verify that toolset works."""
185 """Installs or updates Go toolset if necessary.
187 Returns True if new toolset was installed.
192 LOGGER.debug('Go toolset is up-to-date: %s', TOOLSET_VERSION)
195 LOGGER.info('Installing Go toolset.')
196 LOGGER.info(' Old toolset is %s', installed)
197 LOGGER.info(' New toolset is %s', available)
200 LOGGER.info('Go toolset installed: %s', TOOLSET_VERSION)
262 """Returns dict with environment variables to set to use Go toolset.
264 Installs or updates the toolset if necessary.