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
If `FFI_BUILD_FROM_SOURCE=1` is set, always rebuild from local source.
Change the scripts so that it is built within the `rust` directory
and not on a temporary directory that is different on every rebuild.
This way you get incremental builds if you make changes to the local
source (which is probably your intention if you build from source).
0 commit comments