You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
esvu ✖ Error: Command failed with exit code 1: /home/circleci/.esvu/bin/xs -e print("42");
/home/circleci/.esvu/bin/xs: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /home/circleci/.esvu/bin/xs)
/home/circleci/.esvu/bin/xs: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /home/circleci/.esvu/bin/xs)
/home/circleci/.esvu/bin/xs: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /home/circleci/.esvu/bin/xs)
/home/circleci/.esvu/bin/xs: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.35' not found (required by /home/circleci/.esvu/bin/xs)
/home/circleci/.esvu/bin/xs: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /home/circleci/.esvu/bin/xs)
First guess, the CI environment has a glibc that's too old for XS's versioned symbols to link against?
The text was updated successfully, but these errors were encountered:
The circleci/ images are deprecated and replaced by cimg/. Hopefully this
will have a glibc that is new enough for XS's versioned symbols to link
against.
Rename 'node_latest' to 'node_image' since the image is the LTS, not the
latest. The name would otherwise be confusing.
Closes: tc39#3891
The circleci/ images are deprecated and replaced by cimg/. Hopefully this
will have a glibc that is new enough for XS's versioned symbols to link
against.
Rename 'node_latest' to 'node_image' since the image is the LTS, not the
latest. The name would otherwise be confusing.
Closes: #3891
First guess, the CI environment has a glibc that's too old for XS's versioned symbols to link against?
The text was updated successfully, but these errors were encountered: