Closed chelkyl closed 2 years ago
The CI is failing due to Node 18 being the new stable
, but not sure why?
Looks like the build config needs to be updated to choose a distribution newer than xenial. See: https://github.com/nodejs/node/issues/42351#issuecomment-1068424442
From the NodeJS repo BUILDING.md, Linux binaries are now built on RHEL 8 and the footnote says:
Binaries produced on these systems are compatible with glibc >= 2.28 and libstdc++ >= 6.0.25 (GLIBCXX_3.4.25). These are available on distributions natively supporting GCC 8.1 or higher, such as Debian 10, RHEL 8 and Ubuntu 20.04.
I see, thanks! Would you mind updating the travis config in this PR? 😄
No problem! Updated to focal
and it is passing all but 14
.
The build failure seems to be a network fluke or something because the error is read ECONNRESET
.
Nice, thanks! I’ll merge and release tomorrow, appreciate it!
Now correctly checks even if only added or only removed typings. Sorry for the bad logic in the original PR.