Closed dl-eric closed 8 months ago
This bug is not specifically caused by a glibc requirement - it's caused by a linux kernel version minimum. I have updated it to return ENOSYS if the system call number is not defined
Wow that was fast, thanks @Jarred-Sumner
What is the type of issue?
Documentation is missing
What is the issue?
Running
bun run build
produces the following error:A comment in c-bindings.cpp hints at the issue:
Upgrading to glibc 2.35 fixes this, so either this version dependency should be documented or asserted somewhere in the build process.
Where did you find it?
https://bun.sh/docs/project/contributing