Closed Xuanwo closed 3 months ago
Hi, @Lzzzzzt, do you have any idea to get it fixed? Should we bump cross
?
Hi, @Lzzzzzt, do you have any idea to get it fixed? Should we bump
cross
?
if use the main branch of cross, it should work fine, expect the riscv, due to a llvm bug.
if use the main branch of cross, it should work fine, expect the riscv, due to a llvm bug.
Got it. So we can:
Would you like to start a PR for this?
if use the main branch of cross, it should work fine, expect the riscv, due to a llvm bug.
Got it. So we can:
- use cross from main branch to fix most cases.
- disable tests on riscv first until llvm bug fixed.
Would you like to start a PR for this?
sure
sure
Thanks a lot!
Hi, @Lzzzzzt, do you have any idea to get it fixed? Should we bump
cross
?if use the main branch of cross, it should work fine, expect the riscv, due to a llvm bug.
riscv's bug fixed, but other arch meets a glibc version problem
Maybe we can try use zig
for those platforms: https://github.com/cross-rs/cross/blob/main/docs/config_file.md#buildzig
Maybe we can try use
zig
for those platforms: https://github.com/cross-rs/cross/blob/main/docs/config_file.md#buildzig
I haven't use zig to compile before, but I'd like to have a try
Maybe we can try use
zig
for those platforms: https://github.com/cross-rs/cross/blob/main/docs/config_file.md#buildzigI haven't use zig to compile before, but I'd like to have a try
if use zig, then the previous error will happen
Hi, @Lzzzzzt, do you have any idea to get it fixed? Should we bump
cross
?if use the main branch of cross, it should work fine, expect the riscv, due to a llvm bug.
riscv's bug fixed, but other arch meets a glibc version problem
but i can run on my own x64 pc...
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.
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
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.
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.
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 get this information is usingcargo tree
subcommand:on main branch.
Platform
Not related.
Description
https://github.com/bytedance/monoio/actions/runs/10211991928/job/28254402664?pr=279