jiri-go

command
v0.0.0-...-4fa0239 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 29, 2017 License: BSD-3-Clause Imports: 13 Imported by: 0

Documentation

Overview

Wrapper around the 'go' tool that can be used for compilation of vanadium Go sources. It takes care of vanadium-specific setup, such as setting up the Go specific environment variables or making sure that VDL generated files are regenerated before compilation.

Usage:

jiri go [flags] <arg ...>

<arg ...> is a list of arguments for the go tool.

The jiri go flags are:

-color=true
  Use color to format output.
-env=
  specify an environment variable in the form: <var>=[<val>],...
-merge-policies=+CCFLAGS,+CGO_CFLAGS,+CGO_CXXFLAGS,+CGO_LDFLAGS,+CXXFLAGS,GOARCH,GOOS,GOPATH:,^GOROOT*,+LDFLAGS,:PATH,VDLPATH:
  specify policies for merging environment variables
-profiles=v23:base
  a comma separated list of profiles to use
-profiles-db=$JIRI_ROOT/.jiri_root/profile_db
  the path, relative to JIRI_ROOT, that contains the profiles database.
-skip-profiles=false
  if set, no profiles will be used
-target=<runtime.GOARCH>-<runtime.GOOS>
  specifies a profile target in the following form: <arch>-<os>[@<version>]
-v=false
  Print verbose output.

The global flags are:

-extra-ldflags=
  This tool sets some ldflags automatically, e.g. to set binary metadata.  The
  extra-ldflags are appended to the end of those automatically generated
  ldflags.  Note that if your go command line specifies -ldflags explicitly, it
  will override both the automatically generated ldflags as well as the
  extra-ldflags.
-metadata=<just specify -metadata to activate>
  Displays metadata for the program and exits.
-print-run-env=false
  print detailed info on environment variables and the command line used
-system-go=false
  use the version of go found in $PATH rather than that built by the go profile
-time=false
  Dump timing information to stderr before exiting the program.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL