-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
statx related tests failed for undefined reference to 'statx'
#281
Comments
undefined reference to
statx'`undefined reference to 'statx'
Hi, @Lzzzzzt, do you have any idea to get it fixed? Should we bump |
Got it. So we can:
Would you like to start a PR for this? |
sure |
Thanks a lot! |
riscv's bug fixed, but other arch meets a glibc version problem |
Maybe we can try use |
I haven't use zig to compile before, but I'd like to have a try |
if use zig, then the previous error will happen |
but i can run on my own x64 pc... |
Cross uses a Docker container to execute commands. This may be because the container only provides an outdated version of glibc. |
also work well on my m1 mac |
Cross use ubuntu:20.04 as base image except the riscv, which use ubuntu:22.04, I think we can use customized dockerfile to fix the glibc version problem. |
Looks good to me |
Thank you @Lzzzzzt for fixing this! |
Version
List the versions of all
monoio
crates you are using. The easiest way to getthis information is using
cargo tree
subcommand:on main branch.
Platform
Not related.
Description
https://github.com/bytedance/monoio/actions/runs/10211991928/job/28254402664?pr=279
The text was updated successfully, but these errors were encountered: