This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] build-many-glibcs.py: Use --depth 1 in Git checkout
* Joseph Myers:
> On Fri, 28 Feb 2020, Florian Weimer wrote:
>
>> The history is not used by build-many-glibcs.py itself.
>> --replace-sources deletes an existing source tree before switching
>> the version.
>>
>> This works around networking and Git server performance issues to some
>> degree.
>
> I think making a shallow clone is unhelpful in practice since it's
> routinely useful to revert to previous versions when finding where a
> problem appeared.
Would it be too cumbersome to run git fetch --unshallow in this case,
before starting the investigation?
It really reduces checkout time, particularly if sourceware.org is under
load.
Thanks,
Florian