mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 14:47:56 -05:00
chore(ci): add clippy_all, upgrade slab workflows, change cpu instance
This commit is contained in:
3
Makefile
3
Makefile
@@ -81,6 +81,9 @@ clippy_js_wasm_api: install_rs_check_toolchain
|
||||
--features=boolean-client-js-wasm-api,shortint-client-js-wasm-api \
|
||||
-p tfhe -- --no-deps -D warnings
|
||||
|
||||
.PHONY: clippy_all # Run all non-CUDA clippy targets
|
||||
clippy_all: clippy clippy_c_api clippy_js_wasm_api
|
||||
|
||||
.PHONY: gen_key_cache # Run the script to generate keys and cache them for shortint tests
|
||||
gen_key_cache: install_rs_build_toolchain
|
||||
RUSTFLAGS="$(RUSTFLAGS)" cargo $(CARGO_RS_BUILD_TOOLCHAIN) run --release \
|
||||
|
||||
Reference in New Issue
Block a user