Hi everyone, quick question: is there any specific...
# general
a
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
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
a
makes sense thanks