kriszyp / lmdb-js

Simple, efficient, ultra-fast, scalable data store wrapper for LMDB
Other
481 stars 39 forks source link

CI breaks on main #233

Open legobeat opened 1 year ago

legobeat commented 1 year ago

232 seems to be causing breakages.

https://github.com/kriszyp/lmdb-js/actions/runs/4926438344/jobs/8801993144

@kriszyp Tangentially related: Do you know where the sources for the package node-gyp-build-optional-packages are located? The one linked from the package is different and a brief search did not turn up any repos.

kriszyp commented 1 year ago

Do you know where the sources for the package node-gyp-build-optional-packages

https://github.com/kriszyp/node-gyp-build (a fork waiting on https://github.com/prebuild/node-gyp-build/pull/45 to be merged)

legobeat commented 1 year ago

Thanks!