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
[TwitterTextEditor] Add --enable-libffi-alloc on arm64 platform.
**Problems**
`make doc` task can't run on arm64 platform due to one of dependency
gem `ffi` used from one of library `sassc` gem that `jazzy` is using
is not workign on arm64 platform.
**Solution**
Add `--enable-libffi-alloc` option to `ffi` gem installation to
workaround the problem.
JIRA Issues: IOS-110945
Differential Revision: https://phabricator.twitter.biz/D803771
0 commit comments