08/01/2021 03:47, Dmitry Kozlyuk: > --- /dev/null > +++ b/buildtools/gen-pmdinfo-cfile.py [...] > +with tempfile.TemporaryDirectory() as temp: > + proc = subprocess.run( > + # Don't use "ar p", because its output is corrupted on Windows. > + [ar, "xv", os.path.abspath(archive)], capture_output=True, > check=True, cwd=temp > + )
Not sure where is this temp file. Please can you make sure it created inside the build directory? It can be a follow-up patch, thanks.