Re: [PATCH] Windows installer: keep dependency cache

2023-01-07 Thread Bin Meng
On Wed, Jan 4, 2023 at 6:54 AM Arthur Sengileyev wrote: > > It should be possible to reuse cache built by previous iteration > processing next executables. Already processed dependencies are s/processing/to process > already skipped later based on dll name. > > Signed-off-by: Arthur Sengileyev

Re: [PATCH] Windows installer: keep dependency cache

2023-01-06 Thread John Snow
On Tue, Jan 3, 2023 at 5:13 PM Arthur Sengileyev wrote: > > It should be possible to reuse cache built by previous iteration > processing next executables. Already processed dependencies are > already skipped later based on dll name. > > Signed-off-by: Arthur Sengileyev > --- > scripts/nsis.py |

[PATCH] Windows installer: keep dependency cache

2023-01-03 Thread Arthur Sengileyev
It should be possible to reuse cache built by previous iteration processing next executables. Already processed dependencies are already skipped later based on dll name. Signed-off-by: Arthur Sengileyev --- scripts/nsis.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scr