Emil Gardström
Emil Gardström
CI fails for this target: [riscv64gc-unknown-linux-gnu](https://github.com/cross-rs/cross/actions/runs/7703230077/job/20993307017) - ❌ ``` error: linking with `riscv64-linux-gnu-gcc` failed: exit status: 1 | = note: LC_ALL="C" PATH="/home/runner/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/runner/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin" VSLANG="1033" "riscv64-linux-gnu-gcc" "/tmp/rustcL5EYAM/symbols.o" "/target/riscv64gc-unknown-linux-gnu/debug/deps/hello-8b4240f02115318c.hello.4898b753e7bb93fe-cgu.0.rcgu.o" "/target/riscv64gc-unknown-linux-gnu/debug/deps/hello-8b4240f02115318c.3tghmwzgt5h6j3k.rcgu.o" "-Wl,--as-needed" "-L" "/target/riscv64gc-unknown-linux-gnu/debug/deps"...
CI fails for the solaris targets: [sparcv9-sun-solaris](https://github.com/cross-rs/cross/actions/runs/7703230077/job/20993307574) - ❌ [x86_64-sun-solaris](https://github.com/cross-rs/cross/actions/runs/7703230077/job/20993310725) - ❌ strangly, I've never been able to catch the error this throws, I think the log is too large...
Some (if not most?) `*-dev` packages on ubuntu dist only include headers in `/usr/include`, this means that the `BINDGEN_EXTRA_CLANG_ARGS_=--sysroot=$CROSS_SYSROOT` that we set in our images means `bindgen` can't properly find...
This resolves #1198
### Checklist - [X] I've looked through the [issues and pull requests](https://github.com/cross-rs/cross/issues?q=) for similar reports ### Describe your issue Its not possible to compile proj-sys with cross using the newer...
We should consider using UI tests to the CI/tests ala [`snapbox`](https://docs.rs/snapbox/latest/snapbox/) or [`trycmd`](https://docs.rs/trycmd/latest/trycmd/) this would help catch unexpected changes to output that don't necessarily cause the build to error.
``` bash-5.2$ uname -a Darwin Emils-MacBook-Pro.local 22.1.0 Darwin Kernel Version 22.1.0: Sun Oct 9 20:15:09 PDT 2022; root:xnu-8792.41.9~2/RELEASE_ARM64_T6000 arm64 bash-5.2$ cross build --target x86_64-pc-windows-gnu -v + cargo metadata --format-version 1...
Bors-NG is now deprecated, see https://bors.tech/newsletter/2023/05/01/tmib-76/ We have two options as specified in the post. 1. Use a self-hosted instance of Bors-NG 2. Use built-in [github merge queues](https://github.blog/changelog/2023-02-08-pull-request-merge-queue-public-beta/)
### Checklist - [X] I've looked through the [issues and pull requests](https://github.com/cross-rs/cross/issues?q=) for similar request - [X] This feature could be solved with a [custom docker image](https://github.com/cross-rs/cross#custom-docker-images) (optional) ### Describe...