From a9fc3cf8e9312cde33a5a6cb10facd719ef94ba6 Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Wed, 10 Apr 2024 15:15:12 +0200 Subject: [PATCH] chore(ci): add zk feature for deterministic FFT C API --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8098f142c2..cd7108ef79 100644 --- a/Makefile +++ b/Makefile @@ -376,7 +376,7 @@ build_c_api_gpu: install_rs_check_toolchain .PHONY: build_c_api_experimental_deterministic_fft # Build the C API for boolean, shortint and integer with experimental deterministic FFT build_c_api_experimental_deterministic_fft: install_rs_check_toolchain RUSTFLAGS="$(RUSTFLAGS)" cargo $(CARGO_RS_CHECK_TOOLCHAIN) build --profile $(CARGO_PROFILE) \ - --features=$(TARGET_ARCH_FEATURE),boolean-c-api,shortint-c-api,high-level-c-api,experimental-force_fft_algo_dif4,$(FORWARD_COMPAT_FEATURE) \ + --features=$(TARGET_ARCH_FEATURE),boolean-c-api,shortint-c-api,high-level-c-api,zk-pok-experimental,experimental-force_fft_algo_dif4,$(FORWARD_COMPAT_FEATURE) \ -p $(TFHE_SPEC) @"$(MAKE)" symlink_c_libs_without_fingerprint