Skip to content

Commit

Permalink
fix: remaining refs to clang15 (#2077)
Browse files Browse the repository at this point in the history
I don't think this preset exists anymore.

---------

Co-authored-by: ludamad <[email protected]>
  • Loading branch information
2 people authored and AztecBot committed Sep 6, 2023
1 parent e872d0f commit 4c456a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion barretenberg.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"editor.defaultFormatter": "llvm-vs-code-extensions.vscode-clangd"
},
"cmake.configureArgs": [
"--preset clang15",
"--preset clang16",
"-G Ninja",
"-g"
],
Expand Down
2 changes: 1 addition & 1 deletion cpp/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if [ "$OS" == "macos" ]; then
PRESET=default
else
if [ "$(which clang++-15)" != "" ]; then
PRESET=clang15
PRESET=clang16
else
PRESET=default
fi
Expand Down
4 changes: 2 additions & 2 deletions sol/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ cd ../../sol

echo "Building c++ binaries..."
cd ../cpp
cmake --preset clang15
cmake --build --preset clang15 --target solidity_key_gen solidity_proof_gen
cmake --preset clang16
cmake --build --preset clang16 --target solidity_key_gen solidity_proof_gen
cd ../sol

echo "Generating keys..."
Expand Down

0 comments on commit 4c456a2

Please sign in to comment.