wide-midnight-78598
08/30/2022, 5:11 AMhundreds-father-404
08/30/2022, 6:23 AMsystem_binaries.py
. You also can still subclass ExternalTool
but choose to not use the apprporiate Get
in your rule
What this means is that you can use the same subsystem and then figure out based on the options whether to load the binary via system_binaries.py
vs Get(ExternalTool)
wide-midnight-78598
08/30/2022, 12:04 PMBinaryPath
be used to represent something inside a Digest
? Or should that only be for system-level stuff?hundreds-father-404
09/02/2022, 8:26 PMBinaryPath
is only intended for system-level stuff, absolute pathswide-midnight-78598
09/02/2022, 8:28 PMhundreds-father-404
09/02/2022, 8:38 PMBinaryPath
is solely an abstraction for DRY. What really matters are the underlying engine mechanisms. All that the engine (and REAPI) cares about is your argv0 is either:
⢠absolute path , or
⢠relative path to a file from input_digest
wide-midnight-78598
09/02/2022, 8:39 PM