Skip to main content

Module executables

Module executables 

Source
Expand description

Executable preservation logic.

This module provides functionality to copy compiled executables out of build directories before they are deleted during cleanup. This allows users to retain usable binaries while still reclaiming build artifact space.

Structs§

PreservedExecutable
A record of a single preserved executable file.

Functions§

preserve_executables
Preserve compiled executables from a project’s build directory.