Documentation ¶
Overview ¶
Package extutil implements shared code for extracting and writing output from Bazel actions to .kzip files. This is a temporary measure to support migrating to .kzip output.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtractAndWrite
deprecated
func ExtractAndWrite(ctx context.Context, c *bazel.Config, ai *bazel.ActionInfo, outputPath string) error
ExtractAndWrite extracts a spawn action through c and writes the results to the specified output file. The output format is based on the file extension:
.kzip -- writes a kzip file otherwise -- reports an error
Deprecated: use bazel.ExtractToKzip
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.