Re: [PATCH v2] Windows installer: keep dependency cache

2023-01-15 Thread Arthur Sengileyev
Will resubmit v3 fixing this. Sorry for this. This is my first time using the mailing list to submit changes. Regards, Arthur On Sun, Jan 15, 2023 at 5:16 PM Bin Meng wrote: > On Sun, Jan 15, 2023 at 2:40 AM Arthur Sengileyev > wrote: > > > > It should be possible to reuse cache built by

Re: [PATCH v2] Windows installer: keep dependency cache

2023-01-15 Thread Bin Meng
On Sun, Jan 15, 2023 at 2:40 AM Arthur Sengileyev wrote: > > It should be possible to reuse cache built by previous iteration > to process next executables. Processed dependencies are already > skipped later based on dll name. > > Changes for v2: > (1) changed variable name > (2) changed wording

[PATCH v2] Windows installer: keep dependency cache

2023-01-14 Thread Arthur Sengileyev
It should be possible to reuse cache built by previous iteration to process next executables. Processed dependencies are already skipped later based on dll name. Changes for v2: (1) changed variable name (2) changed wording in description Signed-off-by: Arthur Sengileyev Reviewed-by: Bin Meng