Commit Graph

6 Commits

Author SHA1 Message Date
Stefano Bonicatti 875a64db63
Ignore osquery cmake max version check (#4828)
Soon osquery will require that the version of CMake
is not equal or higher than 3.18.0.
We can ignore such requirement since we are not making packages.
See osquery/osquery#6801

Also remove unused sed replacements. Those settings are now the default
when not using the osquery toolchain.
2020-12-11 18:20:57 -08:00
Teddy Reed 55b7ded4c8 [osquery] Use platform toolchain and fix coverage builds (#3182) 2020-01-04 23:32:42 -08:00
Tom Ritter e49213a348 Add a new fuzz target to osquery for sql queries, and add dictionaries and seed corpuses for both targets. (#2992) 2019-10-30 17:51:01 -07:00
Tom Ritter dd51826da5 [osquery] Update osquery's build.sh for upstream changes (#2975) 2019-10-21 21:55:21 -07:00
Teddy Reed b54b098f1d [osquery] Improve harnesses by adding build cleanup logic (#2959)
Coverage tests are currently failing. This is most likely due to
exhausting the container disk space. This commit removes downloaded
files and build artifacts, which are not needed for coverage tests.
2019-10-17 20:18:40 -07:00
Teddy Reed e7db461fd0 [osquery] Add new osquery project (#2919) 2019-10-14 09:33:10 -07:00