Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
skip incompatible services on ARM64
yarn services
Some libraries relying on native modules will not compile on ARM64: * couchbase is missing an ARM64 `config` directory [1] * oracledb still does not support it because first party client libraries are not available [2] * grpc is EoL and does not support ARM64 [3] We skip these services such that `yarn services` still succeeds and installs all other dependencies. [1] couchbase/couchnode#106 [2] oracle/node-oracledb#1349 [3] grpc/grpc-node#1880 (comment)
- Loading branch information