osquery: Fix build by removing experiments (#10148)

Do not build experiments, which need a specific toolchain.

Also remove OSQUERY_IGNORE_CMAKE_MAX_VERSION_CHECK which doesn't exist
anymore.
This commit is contained in:
Stefano Bonicatti 2023-04-24 00:59:39 +02:00 committed by GitHub
parent 6d627da9f1
commit e36d200016
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,8 +34,8 @@ cmake \
-DOSQUERY_VERSION:string=0.0.0-fuzz \ -DOSQUERY_VERSION:string=0.0.0-fuzz \
-DOSQUERY_ENABLE_ADDRESS_SANITIZER:BOOL=ON \ -DOSQUERY_ENABLE_ADDRESS_SANITIZER:BOOL=ON \
-DOSQUERY_BUILD_FUZZERS:BOOL=ON \ -DOSQUERY_BUILD_FUZZERS:BOOL=ON \
-DOSQUERY_IGNORE_CMAKE_MAX_VERSION_CHECK:BOOL=ON \
-DOSQUERY_BUILD_AWS:BOOL=OFF \ -DOSQUERY_BUILD_AWS:BOOL=OFF \
-DOSQUERY_BUILD_EXPERIMENTS:BOOL=OFF \
.. ..
cmake \ cmake \