Skip to content

Commit 9c906a4

Browse files
committed
add missed cuda feature in building
1 parent ad13b56 commit 9c906a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zkvm-prover/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ E2E_HANDLE_SET ?= ../tests/prover-e2e/testset.json
3636
DUMP_DIR ?= .work
3737

3838
prover:
39-
GO_TAG=${GO_TAG} GIT_REV=${GIT_REV} ZK_VERSION=${ZK_VERSION} cargo build --locked --release -Z unstable-options --lockfile-path ../crates/gpu_override/Cargo.lock -p prover
39+
GO_TAG=${GO_TAG} GIT_REV=${GIT_REV} ZK_VERSION=${ZK_VERSION} cargo build --locked --release -Z unstable-options --features cuda --lockfile-path ../crates/gpu_override/Cargo.lock -p prover
4040

4141
version:
4242
echo ${GO_TAG}-${GIT_REV}-${ZK_VERSION}

0 commit comments

Comments
 (0)