-
Notifications
You must be signed in to change notification settings - Fork 22
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
Build fail on MacOS M1, ruby 3.1.0 #115
Comments
I'm having this same issue, anyone been able to figure this one out? |
using Mac M1, I was able to get it to install by doing:
|
Same on a regular Intel MBP running Ventura
|
Thanks, this worked for me ! |
Can't test it with specific_install due to monkeypatching gemspecs, but I'll submit another PR for that. |
(I didn't mean to close #117 while cleaning up my gh.) |
For those getting the fail on a bundle install,
works for a successful 'bundle complete' and updated gemfile.lock. |
#114 is merged to deal with this, but it breaks on Windows pipelines for Chef, so if you're looking for inclusion there, it's still TBD |
|
Version:
Environment:
Scenario:
I'm trying to build chef which depend on ffi-yajl.
I tried installing it directly with
gem install chef
, orbundle install
, orgem install ffi-yajl
Steps to Reproduce:
gem install ffi-yajl
Expected Result:
Install the gem ffi-yajl.
Actual Result:
Build error:
The text was updated successfully, but these errors were encountered: