about summary refs log tree commit diff homepage
path: root/scripts/build/p-sqlite.inc
AgeCommit message (Collapse)Author
2023-03-17Update build scriptsMartin Nowack
* Support for Ubuntu 22.04 * Remove support for Python2 * Better separation between sanitizer builds and non-sanitizer builds * Fix build of metaSMT on newer Ubuntu versions * Use ninja to build LLVM * Simplifying building arbitrary LLVM configurations, e.g. different LLVM sanitizer builds (MemSan, UBSan, ASan) * Use MemSan with origin tracking * Build sqlite3 container correctly * Add support to provide sqlite3 version number
2022-03-30Use newer sqlite version using the build scriptMartin Nowack
2020-09-30Fix docker ID handling for sqliteMartin Nowack
2020-06-26Switch to a more recent version of SQLite in the CICristian Cadar
2019-09-09fix minor build script issues and inconsistenciesJulian Büning
mostly following shellcheck
2019-04-05Remove CC as requirement; automatically set by sanitizer_compilerMartin Nowack
Update build sqlite script
2019-04-04Add MSan support for sqliteTimotej Kapus