[PATCH v3 1/1] buildtools: avoid break due to failure to cleanup temporary directory
David Marchand
david.marchand at redhat.com
Wed Jun 4 12:34:55 CEST 2025
On Wed, May 7, 2025 at 4:21 PM Andre Muezerie
<andremue at linux.microsoft.com> wrote:
>
> When compiling drivers on Windows, instances have been seen where a
> temporary directory fails to get cleaned up due to
> ERROR_SHARING_VIOLATION (32).
>
> This issue was not seen on operating systems other than Windows.
>
> This patch eliminates the use of tempfile.TemporaryDirectory, which
> was triggering the issue.
>
> Signed-off-by: Andre Muezerie <andremue at linux.microsoft.com>
Applied, thanks.
--
David Marchand
More information about the dev
mailing list