llbsolver

package
v0.9.1 Latest Latest
Warning

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

Go to latest
Published: Oct 4, 2021 License: Apache-2.0 Imports: 36 Imported by: 34

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Load

func Load(def *pb.Definition, opts ...LoadOpt) (solver.Edge, error)

func NewContentHashFunc

func NewContentHashFunc(selectors []Selector) solver.ResultBasedCacheFunc

func UnlazyResultFunc added in v0.8.0

func UnlazyResultFunc(ctx context.Context, res solver.Result, g session.Group) error

func ValidateOp added in v0.6.0

func ValidateOp(op *pb.Op) error

Types

type ExporterRequest

type ExporterRequest struct {
	Exporter        exporter.ExporterInstance
	CacheExporter   remotecache.Exporter
	CacheExportMode solver.CacheExportMode
}

type LoadOpt

type LoadOpt func(*pb.Op, *pb.OpMetadata, *solver.VertexOptions) error

func NormalizeRuntimePlatforms added in v0.8.0

func NormalizeRuntimePlatforms() LoadOpt

func ValidateEntitlements

func ValidateEntitlements(ent entitlements.Set) LoadOpt

func WithCacheSources

func WithCacheSources(cms []solver.CacheManager) LoadOpt

func WithValidateCaps

func WithValidateCaps() LoadOpt

type ResolveWorkerFunc

type ResolveWorkerFunc func() (worker.Worker, error)

ResolveWorkerFunc returns default worker for the temporary default non-distributed use cases

type Selector added in v0.5.0

type Selector struct {
	Path            string
	Wildcard        bool
	FollowLinks     bool
	IncludePatterns []string
	ExcludePatterns []string
}

func (Selector) HasWildcardOrFilters added in v0.9.0

func (sel Selector) HasWildcardOrFilters() bool

type Solver

type Solver struct {
	// contains filtered or unexported fields
}

func (*Solver) Bridge

func (*Solver) Solve

func (*Solver) Status

func (s *Solver) Status(ctx context.Context, id string, statusChan chan *client.SolveStatus) error

Directories

Path Synopsis
ops

Jump to

Keyboard shortcuts

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