зеркало из https://github.com/mozilla/pjs.git
put update tools on path when in fast mode r=coop b=391958
This commit is contained in:
Родитель
02e1ede0b9
Коммит
5744b91743
|
@ -590,6 +590,8 @@ sub CreatePartialPatches {
|
|||
my $args = ['-u', $fastIncrementalUpdateBinary, '-f',
|
||||
$config->{'mPartialPatchlistFile'}];
|
||||
|
||||
$ENV{'PATH'} = catfile($config->GetToolsDir(),
|
||||
'mozilla', 'dist', 'host', 'bin') . ':' . $ENV{'PATH'};
|
||||
run_shell_command(cmd => 'python',
|
||||
cmdArgs => $args,
|
||||
timeout => 10800);
|
||||
|
|
Загрузка…
Ссылка в новой задаче