Hi everyone, quick question: is there any specific reason why osquery project is building dependencies from scratch rather than using some package manager like Conan ?
Thanks
s
seph
05/28/2024, 3:50 PM
I think a lot of little reasons:
• It’s always been that way
• osquery builds them static, and linked in
• osquery is pretty intense, so we generally think it’s easier to build them than handle all the unknowns
• We patch some of them