-
-
Notifications
You must be signed in to change notification settings - Fork 353
Byteyarn fails to build on i686 and s390x #1050
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
Comments
Thanks for reporting! I'd love to prevent such regression in future by having CI tests run these platforms. Could you help setting these up here (even if it's by pointing me at a sample CI setup that could be copied from?). Then I'd like to wait for a response on the related issue on |
"feedback requested" to indicate the waiting on mcy/strings#3. |
Sure! Will take a look this weekend. |
btw I have a larger list of alternatives at https://github.com/rosetta-rs/string-rosetta-rs (byteyarn hasn't even made it onto the list ...) |
Thanks for the hint! Maybe there could even be another column in the primary table to indicate if byte-strings are supported. The issue with I'd understand if that is out-of-scope for the comparison though. |
I looked into it and your CI already runs tests on 32-bit machines --> https://github.com/Byron/gitoxide/blob/main/.github/workflows/ci.yml#L90 But |
Thanks for looking into this! However, I think I see my mistake now: I assumed that With that said, maybe On another note, I think it's time to roll back to |
Note that cross-compiled environments apparently do not support compiling / running doctests - something I've come across in the regex* crates as well: rust-lang/regex#1041 (comment) |
Thanks for the head's up! I always have trouble wrapping my head around cross-compilation setups which is probably why it's not done here yet. Admittedly, I haven't really tried either. |
I'd recommend |
It should be easy enough to get that going, thanks for the hint. Even though I still don't feel like going through the pain which I expect it to be nonetheless, maybe I am too pessimistic about it though 😅. |
You can expect a release on October 22nd now that the |
gix-attributes
0.19.0 introduced the usage ofbyteyarn
to optimize the memory footprint. This is problematic because of the following issue mcy/strings#3. Is it possible to revert the commit and reusekstring
until thebyteyarn
issue is resolved?The text was updated successfully, but these errors were encountered: