Skip to content

plugins/podman: Cache contains_program_in_path() results

Without this the synchronous check causes Builder to stutter because 'podman exec' adds almost 100ms of an overhead execution time to the executed command.

Based on d907158e & 6513765c

Fixes #1794 (closed)

Merge request reports