Version 3.4.4 throw Error: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found
In all env, github action, cloudflare pages and my local env, npm run build can cause this error.
My local env: Linux DESKTOP-O60KRA9 4.4.0-19041-Microsoft #4355-Microsoft Thu Apr 12 17:37:00 PST 2024 x86_64 x86_64 x86_64 GNU/Linux (WSL)
In all env, github action, cloudflare pages and my local env,
npm run buildcan cause this error.My local env: Linux DESKTOP-O60KRA9 4.4.0-19041-Microsoft #4355-Microsoft Thu Apr 12 17:37:00 PST 2024 x86_64 x86_64 x86_64 GNU/Linux (WSL)
Is there this problem when using version 3.4.3?
In all env, github action, cloudflare pages and my local env,
npm run buildcan cause this error. My local env: Linux DESKTOP-O60KRA9 4.4.0-19041-Microsoft #4355-Microsoft Thu Apr 12 17:37:00 PST 2024 x86_64 x86_64 x86_64 GNU/Linux (WSL)Is there this problem when using version 3.4.3?
3.4.3 work fine
Update: github action normal now
This issue may be relate to env glibc version, cloudflare pages and vercel 's glibc is old than project required
Update: github action runner image ubuntu version is 24.04, and cloudflare pages use ubuntu version 22.04.2
Has this been fixed yet? I experience the same in a CI environment with Docker starting off from node:22-slim image.
Try version 3.5.0 to see if this issue exists?
Try version 3.5.0 to see if this issue exists?
3.5 work fine on cloudflare pages