Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// BazeliskVersion is filled in via x_defs when building a release.
BazeliskVersion = "development"
)
Functions ¶
This section is empty.
Types ¶
type Bazel ¶
type Bazel interface { AQuery(expr string) (*analysis.ActionGraphContainer, error) Spawn(command []string, streams ioutils.Streams) (int, error) RunCommand(command []string, streams ioutils.Streams) (int, error) Flags() (map[string]*flags.FlagInfo, error) AvailableStartupFlags() []string SetStartupFlags(flags []string) }
type Bazelisk ¶
type Bazelisk struct {
// contains filtered or unexported fields
}
func NewBazelisk ¶
func (*Bazelisk) GetEnvOrConfig ¶
GetEnvOrConfig reads a configuration value from the environment, but fall back to reading it from .bazeliskrc in the workspace root.
type Output ¶
func ParseOutputs ¶
func ParseOutputs(agc *analysis.ActionGraphContainer) []Output
ParseOutputs reads the proto result of AQuery and extracts the output file paths with their generator mnemonics.
Click to show internal directories.
Click to hide internal directories.