mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-07 00:13:06 +00:00
deploy: da0de11cc5b927ce0366132f048bea37d24e3114
This commit is contained in:
parent
99480f4fa7
commit
eb468c3404
5
Makefile
5
Makefile
@ -223,6 +223,11 @@ clean: | clean-common
|
|||||||
ifneq ($(USE_LIBBACKTRACE), 0)
|
ifneq ($(USE_LIBBACKTRACE), 0)
|
||||||
+ $(MAKE) -C vendor/nim-libbacktrace clean $(HANDLE_OUTPUT)
|
+ $(MAKE) -C vendor/nim-libbacktrace clean $(HANDLE_OUTPUT)
|
||||||
endif
|
endif
|
||||||
|
cargo clean --manifest-path vendor/rln/Cargo.toml
|
||||||
|
|
||||||
|
# clean the rln build (forces recompile of old crates on next build)
|
||||||
|
cleanrln:
|
||||||
|
cargo clean --manifest-path vendor/rln/Cargo.toml
|
||||||
|
|
||||||
endif # "variables.mk" was not included
|
endif # "variables.mk" was not included
|
||||||
|
|
||||||
|
|||||||
@ -123,3 +123,21 @@ Connecting to storenode: 16Uiu2HAmPLe7Mzm8TsYUubgCAW1aJoeFScxrLj8ppHFivPo97bUZ
|
|||||||
>> /exit
|
>> /exit
|
||||||
quitting...
|
quitting...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Trouble shooting
|
||||||
|
|
||||||
|
## compilation error: found possibly newer version of crate
|
||||||
|
|
||||||
|
|
||||||
|
If running `make chat2 RLN=true` yields a compile error like this
|
||||||
|
|
||||||
|
```
|
||||||
|
error[E0460]: found possibly newer version of crate `std` which `sapling_crypto_ce` depends on
|
||||||
|
--> src/circuit/polynomial.rs:1:5
|
||||||
|
|
|
||||||
|
1 | use sapling_crypto::bellman::pairing::ff::{Field, PrimeField, PrimeFieldRepr};
|
||||||
|
```
|
||||||
|
|
||||||
|
run
|
||||||
|
|
||||||
|
`make cleanrln` before running `make chat2 RLN=true` again.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user