Skip to content

Workaround for IPC::Run compilation failure at pipeline initialisation time

Marek Szuba requested to merge experimental/fix_exec2 into version/2.5

Created by: muffato

This is an alternative to #68.

Instead of having to list every module that runs exec like this:

exec { $args[0] } @args;

I've just tried changing the scope of the override and it works on my laptop. Let's give it a try on Travis and the farm !

Merge request reports