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
Currently, most wheels build processes and test actions use --recorderPropertyRollback true. This flag is intended to rollback a change we made that had breaking changes, but, whenever possible, it should be left to false (since it makes for much faster code). That means our build artifacts should definitely be --recorderPropertyRollback false, with one or two tests set to true to ensure the flag is valid.