Stefan Hausotte
Stefan Hausotte
Documentation is updated, issue can be closed.
Can you check if the issue still appears with 5.2.4? `Invalid cross-device link (os error 18)` indicates that `rustc` tries to do stuff that it should not do with the...
> I agree our current function signature for streams isn't great and should be improved. That said, it is possible to use bufs + for_stream with about 5 lines of...
Okey, the `for_stream` does not check the SHA256, so it's not an option to use it in that case.
Oh, I searched for similar issues but missed the PR. I'll close this one as a duplicate.
Alternative Idee: Anstatt pro SDK eine Generic Detection rauszugeben, können wir das auch im Backend lösen und da immer einen Namen mitgeben. Das wäre dann einfacher über die anderen SDKs...
Sure, here is the output: ```bash cross build --target aarch64-unknown-linux-gnu -v + cargo metadata --format-version 1 --filter-platform aarch64-unknown-linux-gnu + rustc --print sysroot + rustup toolchain list + rustup target list...
Hi! I updated to the latest cross version from git. ```bash > cross -V cross 0.2.5 (7b79041 2024-07-11) > cross build --target aarch64-unknown-linux-gnu Error: 0: could not get os and...
I think we are getting closer to the issue. ```bash > docker version Client: Version: 26.1.0-rd API version: 1.45 Go version: go1.21.9 Git commit: cca8e72 Built: Tue Apr 23 16:25:03...
Yeah! That starts to pull the image! But I'm really sorry to bother you with the next issue :D ```bash > export CROSS_CONTAINER_ENGINE=nerdctl > export CROSS_CONTAINER_USER_NAMESPACE=none > cross build --target...