GitHub CI: Run memory profiling with valgrind on Linux and FreeBSD#13
Conversation
Use the built-in valgrind wrapper in Meson to run memory profiling in the CI pipeline
fe23b02 to
d5b8c13
Compare
|
@msteinert any other parameter apart from For the record, I was able to get the valgrind wrapper up and running on Solaris on OmniOS as well, but it is reporting leaks. More analysis required before turning it on in the pipeline. |
|
|
This is great! I think we may want to consider dropping Autotools at some point now... |
|
The only user of Autotools that I know of is the YACP project. (A Cygwin package repo.) https://github.com/fd00/yacp/tree/master/bstring How about we can keep Autotools in the next stable release but flag in the release notes that it will be removed in the subsequent release? |
|
Sounds like a good plan. I recognize the most recent contributor to that package... |
|
Right, I leaned in to get the package bumped from 1.0.0 to 1.0.1. I had never used YACP before, but it was flagged by Repology: https://repology.org/project/bstring/versions |



Use the built-in valgrind wrapper in Meson to run memory profiling in the CI pipeline
It might be possible to use valgrind on other platforms than Linux and FreeBSD, but these two were the ones that worked out of the box