SDK for aarch64 #2642
Replies: 9 comments 7 replies
-
can we just expand that aarch64? |
Beta Was this translation helpful? Give feedback.
-
Would be really, really nice to be able to build on aarch64. As far as I can tell the only issue currently is that we require released assets for the build. Looks like this is just a matter of "ic-ref" "icx-proxy" "ic-starter" "motoko" "replica" "canister-sandbox" "sandbox-launcher" |
Beta Was this translation helpful? Give feedback.
-
x86_64-darwin has been working for quite a while now. Re-naming this to refer to aarch64 |
Beta Was this translation helpful? Give feedback.
-
Merging duplicate feature request from @domwoe: @mbeekman from ICPipline wanted to run dfx (0.11.0) in an Ubuntu Docker environment on an M1 (or M2) Mac. However, there's no release of dfx for this platform
A few months earlier I tried to a similar setup for my canister monitoring example application. I got this to work then (dfx 0.10.0) by running Docker with emulation
With this setup, dfx could be installed but
Can we provide a release of dfx for |
Beta Was this translation helpful? Give feedback.
-
Thanks everyone … let me know if I can help … |
Beta Was this translation helpful? Give feedback.
-
Wanted to leave a comment here in support of this effort. Using vscode devcontainers the entire quickstart for all platforms could be replaced with:
We recommend people to create docker containers anyways so you get a consistent wasm hash. You would get that part for free as well. |
Beta Was this translation helpful? Give feedback.
-
For what it's worth, M1 runners are coming to GitHub actions this Winter: https://github.com/orgs/github/projects/4247/views/1?filterQuery=-status%3A%22Q4+2022+%E2%80%93+Oct-Dec%22+M1 |
Beta Was this translation helpful? Give feedback.
-
In the meantime there is https://twitter.com/domenkozar/status/1674792337040629770 |
Beta Was this translation helpful? Give feedback.
-
@EnzoPlayer0ne is working on setting up an M1 builder and publishing M1 native binaries of replica, ic-starter, and sandbox. Once that done, would the SDK team be able take the binaries and release an M1 native dfx? On some heavy workloads the performance difference between Apple and Intel binaries on M1 is significant. For example, I observed the difference of 4x on Macbook Air M1. |
Beta Was this translation helpful? Give feedback.
-
We need the SDK for users of M1-based Macs.
Beta Was this translation helpful? Give feedback.
All reactions