Andrew Stapleton
Andrew Stapleton
+1 on this. I love using automock, but I frequently run up against the limitation on not being able to use const generics in trait definitions
Still fails for me: ``` 2.843 E: Unable to locate package gfortran-aarch64-linux-gnu ------ Dockerfile.aarch64-unknown-linux-gnu:15 -------------------- 14 | 15 | >>> RUN apt-get update && apt-get install --assume-yes --no-install-recommends \ 16...
> Please use our tool for building the docker images, `cargo build-docker-image`, you should use [Dockerfile.native](https://github.com/cross-rs/cross/blob/main/docker/Dockerfile.native), not [Dockerfile.aarch64-unknown-linux-gnu](https://github.com/cross-rs/cross/blob/main/docker/Dockerfile.aarch64-unknown-linux-gnu) How does one use it? I don't see any documentation anywhere for...
I tried building with `cargo build-docker-image aarch64-unknown-linux-gnu --platform aarch64-unknown-linux-gnu` but that errored out. I'm not sure if that platform argument is correct as the help documentation does not specify any...