Skip to content
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

Does not build on arch != amd64 #40

Closed
williamdes opened this issue Jul 6, 2024 · 2 comments
Closed

Does not build on arch != amd64 #40

williamdes opened this issue Jul 6, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@williamdes
Copy link

See: https://github.com/sudo-bot/docker-rustpython/actions/runs/9814318960/job/27101759812

error[E0412]: cannot find type `u512` in this scope
#15 559.6      --> /workdir/target/release/build/unicode_names2-851dc8f074cc9f46/out/generated.rs:13939:43
#15 559.6       |
#15 559.6 13939 | pub static PHRASEBOOK_OFFSETS2: &'static [u512] = &[
#15 559.6       |                                           ^^^^ not found in this scope
#15 559.6 
@progval progval added the bug Something isn't working label Jul 6, 2024
@progval
Copy link
Owner

progval commented Jul 6, 2024

This is fixed in v1.2.0 (thanks to #34), but you are trying to build RustPython, which has v1.1.0 in its lockfile.

@progval progval closed this as completed Jul 6, 2024
@williamdes
Copy link
Author

Thank you for the quick reply !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants