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
Summary:
[External CI fails](https://github.com/facebookexperimental/starlark-rust/runs/7869187884?check_suite_focus=true) with error: native frame size is too large: 9424.
We run tests locally with O1, but external CI runs with O0, so it has larger frame size.
Ideally test should check size depending on opt-level, but there's no rust API for access it.
Reviewed By: bobyangyf
Differential Revision: D38769469
fbshipit-source-id: 9a92454cb30164580fa40116e2b7a2a40c058342
0 commit comments