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
Since a commit might happen before the mirror action gets a chance to run, it's best to error handle this and push to the new master. This should be rare. This should probably be taken up if it happens again say 1 to 3 times.
The text was updated successfully, but these errors were encountered:
Fix the barretenberg mirror action. Looks like commits went in too close
together, see #1382
` ./scripts/git_subrepo.sh pull circuits/cpp/barretenberg`
`git checkout origin/master -- .gitmodules`
`git commit`
This should always work if anyone needs to do this again. In more
complicated cases you may be instructed to do a merge. In this case the
commit just became overwritten.
```
subrepo:
subdir: "circuits/cpp/barretenberg"
merged: "96fb60558"
upstream:
origin: "https://github.com/AztecProtocol/barretenberg"
branch: "master"
commit: "d4ade2a5f"
git-subrepo:
version: "0.4.6"
origin: "???"
commit: "???"
```
Since a commit might happen before the mirror action gets a chance to run, it's best to error handle this and push to the new master. This should be rare. This should probably be taken up if it happens again say 1 to 3 times.
The text was updated successfully, but these errors were encountered: