You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With #1735, the usage of a binary mirror doesn't work anymore like before.
We build on machines that can only access our internal artifact registry, but not the public internet like GitHub.
Hence, we need to overwrite the binary host mirror.
Previously, with node-pre-gyp this was possible by setting the environment variable node_sqlite3_binary_host_mirror.
Now, with prebuild-install, you need to set the environment variable sqlite3_binary_host_mirror (note the removed prefix node_). See https://github.com/prebuild/prebuild-install#custom-binaries.
(In our case we also needed to remove a trailing /. This may not apply to everyone.)
While this is only a minor adjustment, it turns v5.1.7 into an incompatible release for us.
I'm opening this issue for documentation purposes and to ask you to consider such changes in the future and maybe release a new major version to indicate the breaking nature.
Issue Summary
With #1735, the usage of a binary mirror doesn't work anymore like before.
We build on machines that can only access our internal artifact registry, but not the public internet like GitHub.
Hence, we need to overwrite the binary host mirror.
Previously, with
node-pre-gyp
this was possible by setting the environment variablenode_sqlite3_binary_host_mirror
.Now, with
prebuild-install
, you need to set the environment variablesqlite3_binary_host_mirror
(note the removed prefixnode_
). See https://github.com/prebuild/prebuild-install#custom-binaries.(In our case we also needed to remove a trailing
/
. This may not apply to everyone.)While this is only a minor adjustment, it turns
v5.1.7
into an incompatible release for us.I'm opening this issue for documentation purposes and to ask you to consider such changes in the future and maybe release a new major version to indicate the breaking nature.
Probably related: #1748
Relevant logs or output
Version
5.1.7
Node.js Version
18
How did you install the library?
npm
The text was updated successfully, but these errors were encountered: