-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
feat: add M1 support #444
feat: add M1 support #444
Conversation
Co-authored-by: Bas Zalmstra <zalmstra.bas@gmail.com>
Codecov Report
@@ Coverage Diff @@
## main #444 +/- ##
==========================================
- Coverage 79.35% 79.30% -0.05%
==========================================
Files 255 256 +1
Lines 13464 13483 +19
==========================================
+ Hits 10684 10693 +9
- Misses 2780 2790 +10
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Im looking into the disk space issue. |
Our build is using more than 14gb. Do you think we can remove some dependencies? Or maybe we can not build the dependencies for the benchmarks? We are not running them anyway in CI and cargo check still checks them (I think). |
I actually started looking through our dependencies with tools, in order to remove them. The tricky part is that our inkwell dependency prohibits us from using any of the normal tooling, as it cannot resolve its version naming. |
No description provided.