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
Moving source files out of the built dir effectively removed the built
dir, causing merge conflicts in the workflow that rebuilt the wasm tests
which were supposed to be in that dir.
Fix by doing a `--strategy ours` merge, then forcibly resetting the tree
state to the main branch, then checking out the built files. This
ensures that the tree contains precisely the upstream source code, plus
our built files, while keeping the parent tree.
0 commit comments