Always create debuginfo packages to align with the build system
and how it is configured. Packages that might build fine in gbs
right now will fail in OBS because of the different build options
and not being able to generate debug packages with gbs.
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
$redirect = "> /dev/null 2>&1";
}
+ push @args, "--debug";
push @args, "--root $scratch";
if ($noinit == 1 && -e "$scratch/not-ready") {
error("build root is not ready , --noinit is not allowed");