bazel

package
v1.509.25 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2024 License: Apache-2.0 Imports: 34 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetAspectVersions added in v1.501.3

func GetAspectVersions() ([]string, error)

func GetBazelVersions added in v1.501.3

func GetBazelVersions(bazelFork string) ([]string, error)

func InitializeStartupFlags added in v1.501.2

func InitializeStartupFlags(args []string) ([]string, []string, error)

Initializes start-up flags from args and returns args without start-up flags

func SeparateBazelFlags added in v1.509.7

func SeparateBazelFlags(command string, args []string) ([]string, []string, error)

Separates bazel flags from a list of arguments for the given bazel command. Returns bazel flags and other arguments as separate lists.

func UserCacheDir added in v1.501.2

func UserCacheDir() (string, error)

Types

type Bazel

type Bazel interface {
	WithEnv(env []string) Bazel
	AQuery(expr string, bazelFlags []string) (*analysis.ActionGraphContainer, error)
	BazelDashDashVersion() (string, error)
	HandleReenteringAspect(streams ioutils.Streams, args []string, aspectLockVersion bool) (bool, error)
	RunCommand(streams ioutils.Streams, wd *string, command ...string) error
	InitializeBazelFlags() error
	Flags() (map[string]*flags.FlagInfo, error)
	AbsPathRelativeToWorkspace(relativePath string) (string, error)
	AddBazelFlags(cmd *cobra.Command) error
}
var NoWorkspaceRoot Bazel = &bazel{}

This is a special case where we run Bazel without a workspace (e.g., version).

var WorkspaceFromWd Bazel = findWorkspace()

func New

func New(workspaceRoot string) Bazel

type Bazelisk

type Bazelisk struct {

	// Set to true in getBazelVersion() if this aspect binary is not the user's configured
	// version and should re-enter another aspect binary of a different version
	AspectShouldReenter bool
	// contains filtered or unexported fields
}

func NewBazelisk

func NewBazelisk(workspaceRoot string, allowReenter bool) *Bazelisk

func (*Bazelisk) GetConfig added in v1.0.1

func (bazelisk *Bazelisk) GetConfig(name string) string

GetConfig reads a configuration value from .bazeliskrc.

func (*Bazelisk) GetEnvOrConfig

func (bazelisk *Bazelisk) GetEnvOrConfig(name string) string

GetEnvOrConfig reads a configuration value from the environment, but fall back to reading it from .bazeliskrc.

func (*Bazelisk) Run

func (bazelisk *Bazelisk) Run(args []string, repos *core.Repositories, streams ioutils.Streams, env []string, wd *string) error

Run runs the main Bazelisk logic for the given arguments and Bazel repositories.

type Output

type Output struct {
	Label    string
	Mnemonic string
	Path     string
}

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.

Directories

Path Synopsis
Package mock contains generated files.
Package mock contains generated files.
mock
Package mock contains generated files.
Package mock contains generated files.

Jump to

Keyboard shortcuts

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