You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UPDATE: If you're installing Ruby 2.6 or below on an M1 (see instructions below) there's a good chance you'll run into some gem wonkiness. Bundle's force_ruby_platform solved this for my team.
Been running into this for the last couple of days. Thought it was only affecting M1s, but it seems to be affecting both.
Yeah, it looks like it's an issue with 1.1.1q.
You can allow it to still build by setting this flag though OPENSSL_CFLAGS=-Wno-error=implicit-function-declaration source
UPDATE: If you're installing Ruby 2.6 or below on an M1 (see instructions below) there's a good chance you'll run into some gem wonkiness.
Bundle's
force_ruby_platform
solved this for my team.Been running into this for the last couple of days. Thought it was only affecting M1s, but it seems to be affecting both.
Workarounds:
Intel:
M1:
this seems to avoid openssl 1.1.1q and instead uses 1.1.1n
(where those flags come from:)
openssl/openssl#18720 (comment)
#184 (comment)
The text was updated successfully, but these errors were encountered: