Page MenuHomePhabricator

[yarn] Bump `sqlite3` to version with prebuilt aarch64 binaries
ClosedPublic

Authored by atul on Oct 17 2022, 2:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 1, 7:00 PM
Unknown Object (File)
Sat, Apr 20, 11:16 PM
Unknown Object (File)
Sat, Apr 20, 11:16 PM
Unknown Object (File)
Sat, Apr 20, 11:15 PM
Unknown Object (File)
Sat, Apr 20, 11:07 PM
Unknown Object (File)
Mar 27 2024, 10:17 AM
Unknown Object (File)
Mar 25 2024, 2:01 PM
Unknown Object (File)
Mar 25 2024, 2:01 PM
Subscribers

Details

Summary

@redux-devtools/cli is dependent on the sqlite3 node package (https://github.com/TryGhost/node-sqlite3). There previously weren't aarch64 binaries available, so sqlite3 had to be built from scratch which made yarn cleaninstall take a while.

They recently added prebuilt binaries (https://github.com/TryGhost/node-sqlite3/pull/1594), so we should bump the version to take advantage of this.

On my machine this took yarn cleaninstall from ~90 seconds to under a minute (~58 seconds).

Test Plan

Read through release notes and things should continue to work as expected.

NOTE: This is unrelated to the SQLite client DB we use in the native app. This SQLite is solely to power Redux dev tools (which still work as expected).

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable