-
-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bunch of errors with the memchr
package
#120
Comments
I'm not sure why it happens, but it could be related to BurntSushi/memchr#129. |
Before doing a |
The odd thing is, it does not happen if I don't use cross compilation on my x86 machine, but it does happen when cross compiling to x86 from an x86 machine. Is it musl related or what (I do have a gnu based distro)? |
Oh my x86_64, gnu based system I compiled using rust-cross and it worked, so there is possibly something wrong in the container image. Here's the command I used:
Again, here's the pipeline which has been run against the same commit: https://ci.codeberg.org/repos/12282/pipeline/152/5 |
Hi, starting from today (but I hadn't used the tool in ~2 months, so I don't know exactly when this started to happen) I am getting loads of these errors when cross compiling (both x86 and aarch64 with musl):
or even:
You can find the full build log here: https://ci.codeberg.org/repos/12282/pipeline/146/5
I can compile just fine on my laptop (without cross compiling) using the same nightly or stable version. I have tried both nightly and stable with
rust-musl-cross
but they all give me the same errors. Is this a known issue?The text was updated successfully, but these errors were encountered: