mirror of https://github.com/google/oss-fuzz.git
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:
parent
6d627da9f1
commit
e36d200016
|
@ -34,8 +34,8 @@ cmake \
|
|||
-DOSQUERY_VERSION:string=0.0.0-fuzz \
|
||||
-DOSQUERY_ENABLE_ADDRESS_SANITIZER:BOOL=ON \
|
||||
-DOSQUERY_BUILD_FUZZERS:BOOL=ON \
|
||||
-DOSQUERY_IGNORE_CMAKE_MAX_VERSION_CHECK:BOOL=ON \
|
||||
-DOSQUERY_BUILD_AWS:BOOL=OFF \
|
||||
-DOSQUERY_BUILD_EXPERIMENTS:BOOL=OFF \
|
||||
..
|
||||
|
||||
cmake \
|
||||
|
|
Loading…
Reference in New Issue