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

add AARCH64 support on Linux #324

Open
stlankes opened this issue May 2, 2022 · 1 comment
Open

add AARCH64 support on Linux #324

stlankes opened this issue May 2, 2022 · 1 comment

Comments

@stlankes
Copy link
Collaborator

stlankes commented May 2, 2022

RustyHermit is partly running on aarch64. We should support it also for uhyve.

@n0toose
Copy link

n0toose commented Jun 12, 2024

During some testing for #641 and #701, I tried the following on 6.1.0-rpi8-rpi-v8 (2024-01-25, aarch64) on my personal Raspberry Pi 5:

$ cargo install --locked uhyve
Updating crates.io 
Downloaded uhyve v0.3.
Downloaded 1 crate (63.7 KB) in 1.
Installing uhyve v0.3.
error: failed to select a version for `env_logger`.
... required by package `uhyve v0.3.0`
versions that meet the requirements `^0.11` (locked to 0.11.3) are: 0.11.3
         
the package `uhyve` depends on `env_logger`, with features: `anstream` but `env_logger` does not have these features.

It has an optional dependency with that name, but that dependency uses the "dep:" syntax in the features table, so it does not have an implicit feature with that name.
                  
failed to select a version for `env_logger` which could resolve this conflict

Looks like that's the first blocker for the time being.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants