Skip to content

Commit

Permalink
[backend] BuildJob: log the path when doing sysdeps expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Jul 10, 2019
1 parent 71a02bc commit 866701c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/BSSched/BuildJob.pm
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ sub create {
$ctx->{"sysbuild_$buildtype"} ||= [ Build::get_sysbuild($bconf, $buildtype) ];
@sysdeps = @{$ctx->{"sysbuild_$buildtype"}};
}
add_expanddebug($ctx,'sysdeps expansion') if $expanddebug && @sysdeps;
add_expanddebug($ctx, 'sysdeps expansion', undef, $ctx->{'pool'}) if $expanddebug && @sysdeps;
@btdeps = () if @sysdeps; # already included in sysdeps

# calculate packages needed for building
Expand Down

0 comments on commit 866701c

Please sign in to comment.