-
Notifications
You must be signed in to change notification settings - Fork 89
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
Cross-compiling charabia for arm #265
Comments
Had a similar error building on Windows 10 with this message
Can't connect to[ |
Hey @mosuka, Thanks! |
I had the same issue, since the file is too big, and easily get timeout. you'd better upload the file into a local url to download |
@ManyTheFish @eerbing |
279: Update Lindera to 0.30.0 r=ManyTheFish a=mosuka # Pull Request ## Related issue #265 ## What does this PR do? - Update Lindera version to 0.30.0. This downloads the dictionary from a GitHub repository, which seems to be more stable. - Optimize built dict.words file size. For unidic, dict.words size is decreased from 200.1MB to 106.3MB. ## PR checklist Please check if your PR fulfills the following requirements: - [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to Meilisearch! Co-authored-by: Minoru OSUKA <minoru.osuka@gmail.com>
Hello,
I'm trying to cross-compile charabia (v0.8.3) for arm on x86 machine but I'm facing the build error when using the command
cargo build --target=arm-unknown-linux-gnueabi
.How can I fix this error.
The text was updated successfully, but these errors were encountered: