Documentation ¶
Overview ¶
Package extutil implements shared code for extracting and writing output from Bazel actions, either to .kindex or a .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 ¶
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:
.kindex -- writes a kindex file .kzip -- writes a kzip file otherwise -- reports an error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.