Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(zk): fix build with feature zk-pok without shortint #1761

Merged
merged 1 commit into from
Nov 7, 2024

Conversation

nsarlin-zama
Copy link
Contributor

No description provided.

Makefile Outdated
Comment on lines 336 to 344
.PHONY: clippy_zk # Run clippy lints on TFHE-rs with the zk-pok feature enabled
clippy_zk: install_rs_check_toolchain
RUSTFLAGS="$(RUSTFLAGS)" cargo "$(CARGO_RS_CHECK_TOOLCHAIN)" clippy \
--features=$(TARGET_ARCH_FEATURE),zk-pok \
-p $(TFHE_SPEC) -- --no-deps -D warnings
RUSTFLAGS="$(RUSTFLAGS)" cargo "$(CARGO_RS_CHECK_TOOLCHAIN)" clippy \
--features=$(TARGET_ARCH_FEATURE),zk-pok,shortint \
-p $(TFHE_SPEC) -- --no-deps -D warnings

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

check clippy_zk_pok maybe ? or choose a name a bit more different

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clippy_zk_pok is already used for clippy on the tfhe-zk-pok crate...

@nsarlin-zama nsarlin-zama force-pushed the ns/fix_build_zk_no_shortint branch from 48d90be to 12b52a7 Compare November 7, 2024 12:33
@nsarlin-zama nsarlin-zama merged commit f8bde7f into main Nov 7, 2024
87 checks passed
@nsarlin-zama nsarlin-zama deleted the ns/fix_build_zk_no_shortint branch November 7, 2024 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants