gdal
gdal copied to clipboard
oss-fuzz: remove pinning to SQLite 3.47.0 if possible
Revert 95cce30c49c4e00abdd01294cfdf501a7e7a5a77
Just tried to revert 95cce30 and I get with
export PROJECT_NAME=gdal
python infra/helper.py build_image $PROJECT_NAME && python infra/helper.py build_fuzzers --architecture i386 --sanitizer address $PROJECT_NAME && python infra/helper.py run_fuzzer $PROJECT_NAME gdal_fuzzer
NOTE: TCL is disabled via --disable-tcl. This means that none
of the TCL-based components will be built, including tests
and sqlite3_analyzer.
Checking for TCL to use for code generation...
Checking for dirent.h...not found
Checking for sys/time.h...not found
ERROR: Cannot find a tclsh to use for code generation.
so it doesn't seem using https://github.com/sqlite/sqlite is an option.
Dropping the effort again for now