in lib/cc/analyzer/bridge.rb [65:82]
def run_engine(engine, engine_details)
Engine.new(
engine.name,
{
"image" => engine_details.image,
"command" => engine_details.command,
"memory" => engine_details.memory,
},
engine.config.merge(
"channel" => engine.channel,
"include_paths" => engine_workspace(engine).paths,
),
engine.container_label,
).run(formatter)
end