Skip to content

Commit

Permalink
chore(deps): bump Node.js to latest versions MONGOSH-1163 (#1240)
Browse files Browse the repository at this point in the history
* chore(deps): bump Node.js to latest versions MONGOSH-1163

* fixup: try building linux-arm64 on Amazon2 instead of Ubuntu 18.04

Attempt to address a glibc versioning mismatch by building on
Amazon 2 instead of Ubuntu 18.04. The version bump from Node.js
v14.18.3 to v14.19.0 includes an ICU update, which introduces
a call to `expf`, which uses a symbol tagged with GLIBC_2.27
when compiled on Ubuntu 18.04; that glibc version is not available
on Amazon Linux 2.

If possible, building on Amazon Linux 2 instead of Ubuntu 18.04
should be the best way of resolving this issue.
  • Loading branch information
addaleax authored Mar 21, 2022
1 parent baf3312 commit 29a1453
Show file tree
Hide file tree
Showing 2 changed files with 354 additions and 354 deletions.
Loading

0 comments on commit 29a1453

Please sign in to comment.