messense

Results 493 comments of messense
trafficstars

> actually you should be able to test the `-d16` option on that. Do you have a list of steps to do the test? I'm not total sure how. >...

I'm getting a ~~same~~ different error with `-target x86_64-windows-gnu`. ``` = note: warning: unsupported linker arg: /var/folders/0r/4fqyt_zs2tj4zvglsb7f4zjw0000gn/T/rustc48TRw1/list.def warning: unsupported linker arg: --disable-auto-image-base error(link): DLL import library for -lgcc_eh not found...

`powerpc64le-linux-musl` has the same problem.

`maturin` developer here, so the issue is that the `orjson` dependency does not have `armv6l` wheels on pypi and [piwheels](https://github.com/piwheels/packages/issues/237). ``` Collecting orjson==3.7.8 Downloading orjson-3.7.8.tar.gz (640 kB) ``` For `maturin`...

FYI, I have built manylinux compliant(I think?) docker images for cross compiling to aarch64 and armv7l recently: https://github.com/messense/manylinux-cross It should be easy to use with [crossenv](https://github.com/benfogle/crossenv) since it has both...

But it seems that x86_64 is also running in Docker without problem? https://gitlab.alpinelinux.org/messense/aports/-/jobs/450648

Cross maybe useful: https://github.com/rust-embedded/cross#supported-targets

I think we should first deprecate manylinux2010 support once rust-lang/rust#95026 ships in stable Rust.

https://doc.rust-lang.org/cargo/reference/resolver.html#features > When building multiple packages in a workspace (such as with --workspace or multiple -p flags), the features of the dependencies of all of those packages are unified. If...