Skip to content

Commit

Permalink
fix: fix paths in barretenberg bootstrap.sh script (#1662)
Browse files Browse the repository at this point in the history
In #1258, we added a
`cd` into the build directory but didn't `cd` back out again. This means
that all the paths for the rest of the script are incorrect.


# Checklist:
Remove the checklist to signal you've completed it. Enable auto-merge if
the PR is ready to merge.
- [ ] If the pull request requires a cryptography review (e.g.
cryptographic algorithm implementations) I have added the 'crypto' tag.
- [x] I have reviewed my diff in github, line by line and removed
unexpected formatting changes, testing logs, or commented-out code.
- [x] Every change is related to the PR description.
- [ ] I have
[linked](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue)
this pull request to relevant issues (if any exist).
  • Loading branch information
TomAFrench authored Aug 18, 2023
1 parent 035e0d2 commit 24bbfd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions circuits/cpp/barretenberg/cpp/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ cd ./build
cmake --build . --parallel --target grumpkin_srs_gen
./bin/grumpkin_srs_gen 8192
echo "Generated Grumpkin SRS successfully"
cd ../

# Install wasi-sdk.
./scripts/install-wasi-sdk.sh
Expand Down

0 comments on commit 24bbfd4

Please sign in to comment.