builder

package
v0.0.0-...-93ffe60 Latest Latest
Warning

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

Go to latest
Published: Sep 14, 2020 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BuildInfo

type BuildInfo struct {
	CompilingStandardLibrary bool
	CompilingRuntimeLibrary  bool
	IsComplete               bool
	HasASM                   bool

	BuildID string

	BuildDir         string
	WorkDir          string
	CompileSourceDir string

	ObjFile          string
	ASMImportFile    string
	SymABIsFile      string
	ImportConfigFile string
	IncludeDir       string
}

type BuildMeta

type BuildMeta struct {
	Rebuilt bool
}

type Builder

type Builder struct {
	Logger   Logger
	BuildCtx gobuild.Context
	Tools    build.Tools

	WorkDir string
}

func (*Builder) Visit

func (b *Builder) Visit(ctx context.Context, node *dag.Node) error

type Logger

type Logger interface {
	Infof(format string, args ...interface{})
}

Jump to

Keyboard shortcuts

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