setup libsqlite3-dev and sqlite3 binary to match stack's libsqlite3-0
With inspiration from @KevinBrolly, this patch uses the stack image SQLite3 package but also still providing the dev headers and binary that users may still be using today. The benefit is that we won't need to rebuild all the python binaries for this to take affect. We can just stop shipping SQLite3 from future binaries. In addition, we don't need to worry about what version and when to update SQLite3 and maintaining the packages ourselves. This also includes updates to Python 2.7.15 and Python 3.6.6 so they can rebuilt with the stack image dev headers instead of building our own vendored SQLite3.
Showing
- bin/compile 12 additions, 0 deletionsbin/compile
- bin/steps/python 9 additions, 1 deletionbin/steps/python
- bin/steps/sqlite3 87 additions, 0 deletionsbin/steps/sqlite3
- bin/utils 11 additions, 0 deletionsbin/utils
- builds/runtimes/python-2.7.15 9 additions, 1 deletionbuilds/runtimes/python-2.7.15
- builds/runtimes/python-3.6.6 9 additions, 1 deletionbuilds/runtimes/python-3.6.6
- builds/runtimes/python-3.7.0 9 additions, 1 deletionbuilds/runtimes/python-3.7.0
Loading
Please register or sign in to comment