Alexander Huszagh
Alexander Huszagh
Is this a good idea? It's quite useful to build locally to test image changes without having to push to a repository on every build.
I think this has been correctly done with `xtask`, and having additional configurations with GHA actions, but also allowing local builds quite easily?
> Couldn't we warn user when the tool runs as well? We could check if it is running on macOS and if the engine is podman, error out. I think...
This actually works when using `cross` remote, and does not reset when using the mounted data volumes. It seems only bind mounts are affected.
> I'm having this same problem while trying to cross compile a simple program for AWS Graviton from my MBP M1 machine. > > `CROSS_CONTAINER_ENGINE=podman cross build --target aarch64-unknown-linux-gnu` >...
> I'm not sure this is something we should do since it's an upstream issue and will eventually be fixed hopefully. It is, it's already been patched (I submitted https://github.com/rust-lang/compiler-builtins/pull/484...
bors r=Emilgardis
bors try --target mips64-unknown-linux-muslabi64
bors r=Emilgardis
Nice change with `create` to `assemble`. bors r+