We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88066d7 commit 5d378a0Copy full SHA for 5d378a0
coordinator/README.md
@@ -10,8 +10,9 @@ See [monorepo prerequisites](../README.md#prerequisites).
10
11
## Build
12
13
+Using Go version 1.22
14
+
15
```bash
-# gvm use go1.22 # if your global Go version is not 1.22
16
make clean
17
make coordinator_api
18
make coordinator_cron
coordinator/internal/logic/libzkp/Makefile
@@ -12,7 +12,7 @@ fmt:
clean:
@cargo clean --release -p libzkp -p libzkp-c -p l2geth
- @rm -f lib/libzkp.so
+ @rm -f lib/$(LIB_ZKP_NAME)
clippy:
@cargo check --release --all-features
0 commit comments