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
By default, the stack_snapshot rule now relies on stack to determine toolchain libraries.
This can be a breaking change on windows if we rely on a stack snapshot containing Win32 <= 2.13.2.0,
as we encounter this issue.
In this case, to ensure the toolchain Win32 library is used (instead of trying to compile a new one),
it can be droped from a custom stack snapshot as in the ./stackage_snapshot.yaml file.