compiledExecutables property

List<CompiledExecutable> compiledExecutables
final

Executables revali build already compiled for this build, if any target_os/target_arch was requested via the build: section of revali.yaml. Empty when no compilation was requested.

Implementation

final List<CompiledExecutable> compiledExecutables;