Skip to content

Commit 1e447b0

Browse files
authored
[Fix] building failure in gpu image (#1702)
1 parent f7c6eca commit 1e447b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/gpu_override/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ clean:
1414

1515
# build gpu prover, never touch lock file
1616
build:
17-
GO_TAG=${GO_TAG} GIT_REV=${GIT_REV} ZK_VERSION=${ZK_VERSION} cargo build -Z unstable-options --release -p prover --locked --lockfile-path ./Cargo.lock
17+
GO_TAG=${GO_TAG} GIT_REV=${GIT_REV} ZK_VERSION=${ZK_VERSION} cargo build -Z unstable-options --release -p prover --lockfile-path ./Cargo.lock
1818

1919
# update Cargo.lock while override config has been updated
20-
update:
21-
GO_TAG=${GO_TAG} GIT_REV=${GIT_REV} ZK_VERSION=${ZK_VERSION} cargo build -Z unstable-options --release -p prover --lockfile-path ./Cargo.lock
20+
#update:
21+
# GO_TAG=${GO_TAG} GIT_REV=${GIT_REV} ZK_VERSION=${ZK_VERSION} cargo build -Z unstable-options --release -p prover --lockfile-path ./Cargo.lock

0 commit comments

Comments
 (0)