From 3a349f544f735c3c63a0115550d67ecef5fc95cd Mon Sep 17 00:00:00 2001 From: Levent Demir Date: Thu, 27 Jul 2023 09:13:33 +0200 Subject: [PATCH] build: by default use docker image for fhe keys gen --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e58a11a6..7fb27e75 100755 --- a/Makefile +++ b/Makefile @@ -37,6 +37,7 @@ TFHE_RS_PATH ?= $(WORKDIR)/tfhe-rs TFHE_RS_EXISTS := $(shell test -d $(TFHE_RS_PATH)/.git && echo "true" || echo "false") TFHE_RS_VERSION ?= 0.3.0-beta.0 +USE_DOCKER_FOR_FHE_KEYS ?= true FHEVM_TFHE_CLI_PATH ?= $(WORKDIR)/fhevm-tfhe-cli FHEVM_TFHE_CLI_PATH_EXISTS := $(shell test -d $(FHEVM_TFHE_CLI_PATH)/.git && echo "true" || echo "false") FHEVM_TFHE_CLI_VERSION ?= v0.1.2