Open
Description
Hi there,
we had recently a lot of trouble with the binary handling of this module in our CI-pipeline as others:
#1413
#1421
I added now everything required to build sqlite3 from source if the download fails,
- but python and all c-tools are quite big
- downloading each time is a bit wasteful
- the recommended caching policy of npm via (gitlab) is caching /.nmp folder so binaries are not in there https://docs.gitlab.com/ee/ci/caching/#cache-nodejs-dependencies,, or?
we also use chromedriver which provide a very easy way to preinstall a binary in the docker:
see: https://www.npmjs.com/package/chromedriver > Custom binaries file
- Is there any way to do the same with this package?
- Where is sqlite3 actually looking for the binaries ?