Fix: make build for Apple Silicon#2550
Fix: make build for Apple Silicon#2550mergify[bot] merged 5 commits intoethereum-optimism:developfrom DanieleSalatti:patch-1
Conversation
I had the same issue as #2429, adding `eudev-dev` and `build-base` fixes it.
|
|
Does anybody have an m1 to test this out? |
|
This fixes the issue with yarn install. But there's something else that's failing and I'm not sure if it's just me 😕 |
|
@tuxcanfly I did not get that one. Which commit are you on? I can take a look. |
|
@DanieleSalatti I think it's something silly like outdated dependencies on my local. @smartcontracts Any idea why this happens? I think I have a pretty clean build and I'm trying to |
|
@tuxcanfly I might have some time today to try this again from a clean clone, I will report back if I hit the same issue you are having and I'll try to look into it |
Inphi
left a comment
There was a problem hiding this comment.
Looks good. The build-base package already contains the libev headers, so you can remove the evdev-dev dep.
Can you try: |
|
@smartcontracts That worked! Sorry for holding up this PR, it was probably unrelated. |
Done :) |
|
Merging from |
|
@tuxcanfly @Inphi - quick ping for approval :) |
|
This PR has been added to the merge queue, and will be merged soon. |
|
This PR is next in line to be merged, and will be merged as soon as checks pass. |
### Description Release artifacts for the `kona-node` release `v0.1.1`.
Description
Fixing the build process on Mac with Apple Silicon.
Additional context
Building on M1 macs fails because of missing dependencies.
Metadata