Skip to content

Commit

Permalink
modified approach to add tfhe-keys
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketpr01 committed Jul 30, 2024
1 parent afef112 commit 997d88a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@
[submodule "fhevm-tfhe-cli"]
path = fhevm-tfhe-cli
url = https://github.com/zama-ai/fhevm-tfhe-cli
[submodule "git-lfs"]
path = git-lfs
url = https://github.com/RizeLabs/git-lfs.git
5 changes: 2 additions & 3 deletions build_geth_fhevm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,8 @@ 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"
git submodule update --init --recursive git-lfs
export FHEVM_GO_KEYS_DIR=$(pwd)/git-lfs/tfhe-keys

log DEBUG "Entering fhevm-go directory..."
cd fhevm-go || { log ERROR "fhevm-go directory not found"; exit 1; }
Expand Down

0 comments on commit 997d88a

Please sign in to comment.