gdal icon indicating copy to clipboard operation
gdal copied to clipboard

oss-fuzz: remove pinning to SQLite 3.47.0 if possible

Open rouault opened this issue 10 months ago • 1 comments

Revert 95cce30c49c4e00abdd01294cfdf501a7e7a5a77

rouault avatar Feb 05 '25 13:02 rouault

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

rouault avatar Feb 05 '25 23:02 rouault