I'm using [our cool new native build](https://github.com/google/google-java-format/issues/868#issuecomment-1951339602) in a GitHub Codespace for the first time, and it unfortunately fails, like this: ``` ./google-java-format_linux-x86-64: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./google-java-format_linux-x86-64) ``` From what I understand, the simplest solution for this which may be best in this context could be to statically link libc? I'm guessing GraalVM Native can be asked to build it like so - but I don't immediately know how - what to add [here](https://github.com/google/google-java-format/blob/e946e82801eb5bbd52bea00355ba20450bc0725c/core/pom.xml#L308)... ... @dlicois / @natros / @fmeum do you happen to know how to do this? Fancy contributing a PR to fix this? 😄 @cushon FYI