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

Building DFX on aarch64-linux #3910

Open
chmllr opened this issue Sep 8, 2024 · 0 comments
Open

Building DFX on aarch64-linux #3910

chmllr opened this issue Sep 8, 2024 · 0 comments

Comments

@chmllr
Copy link

chmllr commented Sep 8, 2024

Dear SDK team, is there a good reason for restricting the supported builds for linux and windows to x86_64 only?

https://github.com/dfinity/sdk/blob/master/src/dfx/assets/build.rs#L102

I'm trying to build in a Ubuntu VM hosted on macOS and get the panic on line 103 of the linked file because the OS cannot be recognized. But simply changing the line 102 to this, produces a working build:

("x86_64" | "aarch64", "linux" | "windows") => sources.x86_64_linux,

Please consider relaxing the architecture matching 🙏

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

1 participant