Re: [PATCH] buildtools: prepare symbol check for Windows

2025-09-26 Thread David Marchand
On Thu, 25 Sept 2025 at 15:05, David Marchand wrote: > > The symbol check was implemented so far with shell scripts, relying > on objdump and other unix tools preventing it from being run on Windows. > > There was also an ask from some maintainers to convert this type of > developer checks to pyth

[PATCH] buildtools: prepare symbol check for Windows

2025-09-25 Thread David Marchand
The symbol check was implemented so far with shell scripts, relying on objdump and other unix tools preventing it from being run on Windows. There was also an ask from some maintainers to convert this type of developer checks to python scripts, to make it easier to extend and maintain. The new im