Gemingyang

Results 65 comments of Gemingyang

I do some investigating. I found that `~/.cache/zig/o/.../c.o` has `fcntl@GLIBC_2.4` but not `fcntl@GLIBC_2.2.5`. I don't know why

No idea about why [x86_64-unknown-dragonfly](https://github.com/cross-rs/cross/actions/runs/8268282170/job/22620918953?pr=1458#) and [x86_64-unknown-netbsd](https://github.com/cross-rs/cross/actions/runs/8268282170/job/22620920887?pr=1458#) failed

> looks good so far! > > One issue with this, it doesn't install it for the case where we use `Dockerfile.native`, which is used when doing `cargo build-docker-image x86_64-unknown-linux-gnu...

I can also add fortran test CI if needed.

- [x86_64-unknown-dragonfly](https://github.com/cross-rs/cross/actions/runs/8286674711/job/22677312100?pr=1458#) This failure is related to [libc/3618](https://github.com/rust-lang/libc/pull/3618) - [x86_64-unknown-netbsd](https://github.com/cross-rs/cross/actions/runs/8286674711/job/22677313413?pr=1458#) It failed because of `old_locale`. I would patch it with [gcc8/patches/patch-libgfortran_io_io.h](https://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/lang/gcc8/patches/patch-libgfortran_io_io.h). Notice: I use the [**gcc8**/patches/patch-libgfortran_io_io.h](https://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/lang/gcc8/patches/patch-libgfortran_io_io.h). It seems that every...

Let's try [x86_64-unknown-netbsd](https://github.com/cross-rs/cross/actions/runs/8286674711/job/22677313413?pr=1458#) and [aarch64-linux-android](https://github.com/cross-rs/cross/actions/runs/8286674711/job/22677302035?pr=1458#) again. Thanks

Is any idea about why [aarch64-linux-android](https://github.com/cross-rs/cross/actions/runs/8398717508/job/23003943207?pr=1458#logs) failed? It seems that it just need more time to finish the build.

As [libc/3618](https://github.com/rust-lang/libc/pull/3618) has beed merged, let's try again @Emilgardis

It doesn't seem to be my fault. Should we try again? Or could we merge it?

timeout again. Could we adjust the settings of action?