Fluxion::Executor::ToolchainExecutor
Inherits Fluxion::Executor::DownloadSupport < Fluxion::Executor::StepExecutor < Reference < Object
toolchain — run an upstream installer script at a pinned digest.
The pin is what makes this safe to automate: when upstream changes the script the run fails rather than executing bytes nobody reviewed.
Constants
INSTALL_TIMEOUT = 15.minutes
Instance methods
Commands for one item, in order. Empty means there is nothing to do.
Runs one item. The default runs each command in order and stops at the first that fails, because a later command in a sequence normally assumes the earlier one worked.