Skip to content

Commit

Permalink
Added git submodules to fetch tfhe-keys in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketpr01 committed Jul 30, 2024
1 parent 90ff404 commit afef112
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_geth_fhevm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ build_fhevm() {
log INFO "Building FHEVM components..."

git submodule update --init --recursive fhevm-go
git submodule add https://github.com/RizeLabs/git-lfs.git tfhe-keys
export FHEVM_GO_KEYS_DIR=$(pwd)/tfhe-keys
log INFO "TFHE keys available in $FHEVM_GO_KEYS_DIR"

Expand Down

0 comments on commit afef112

Please sign in to comment.