Skip to content

Standalone SQLite Package, master (2021.10.01.)

Created a package for building SQLite for the standalone releases, while updating Python to make use of this SQLite build. This is meant to help with using the standalone analysis release Docker images with Jupyter notebooks.

I checked that the build would work (seemingly) correctly on x86_64-ubuntu2004-gcc9-opt, x86_64-ubuntu1804-gcc7-opt and x86_64-mac11-clang13-opt. I'll count on the CI to test the build for x86_64-centos7-gcc8-opt. Then, depending on my enthusiasm, I might still try to build this on aarch64-centos7-gcc8-opt as well before merging...

Pinging @lheinric and @tadej.

Merge request reports