Alexander Huszagh

Results 296 comments of Alexander Huszagh

> seems `bzip2` is no longer in default installation That should probably be done explicitly too, since if it's already installed, we can just purge it later.

Looks like `ncurses-base` is no longer a valid package or has no installation candidate: all the `linux-image.sh` scripts are failing with: ```text apt-get -d --no-install-recommends download libcrypt1:mips64el busybox:mips64el dropbear-bin:mips64el libtommath1:mips64el...

> Looks like `ncurses-base` is no longer a valid package or has no installation candidate: all the `linux-image.sh` scripts are failing with: > > ``` > apt-get -d --no-install-recommends download...

It looks like Podman's going to require substantial more work on macOS, and I'm not going to prioritize this right now. When I try to build with a cross built...

This other issue seems to be https://github.com/containers/podman/issues/14142, which is the network being dropped in podman if run from a binary mounted from the host (IE, cargo in all our examples),...

I think this is a good idea, since we can always generate the table on the Rust side from the JSON output, which is what this already does, and we...

I'm working on adding some passthrough variables to `Cross.toml` so you can specify additional subcommands to run inside cross. See #716.

So for adding for very partial support of this (setting `CARGO` to `cross` isn't a great idea, since `cargo` will override and ignore that environment variable), we're going to be...

Looks great as long as the code is rebased, this would be an excellent addition.

I think this might actually be perfect for https://github.com/cross-rs/cross-toolchains (~~currently private, but planning to make it public shortly~~), since these Xtensa targets don't have any formal support, and therefore builds...