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

Fixes for building yosys on M1 and M2 Macs #7

Closed
wants to merge 3 commits into from

Conversation

robtaylor
Copy link
Contributor

Fixes #6.
This assumes using brew to build (needed for yosys build anyhow, so fair assumption).
It checks the architecture, installs any needed dependencies with brew, picks up the right WASI SDK, and removes the upper bound on wasmtime version.

It may make sense to shift to wasmtime 1.0.x now it is out, or put in an upper version of 0.40.1, the minimum needed for M1/M2 compatibility.

@whitequark
Copy link
Member

Building amaranth-yosys on anything but Linux is unsupported. The only build environment that actually matters for amaranth-yosys is the GitHub CI runner build environment.

@whitequark whitequark closed this Oct 17, 2022
@robtaylor robtaylor deleted the rob/mac-fixes branch October 17, 2022 23:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

amaranth-yosys doesn't build on MacOS
2 participants