mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-04 06:53:12 +00:00
chore: bump zerokit v0.8.0 in nwaku (#3618)
This commit is contained in:
parent
62be30da19
commit
a6710b4995
2
Makefile
2
Makefile
@ -177,7 +177,7 @@ nimbus-build-system-nimble-dir:
|
|||||||
.PHONY: librln
|
.PHONY: librln
|
||||||
|
|
||||||
LIBRLN_BUILDDIR := $(CURDIR)/vendor/zerokit
|
LIBRLN_BUILDDIR := $(CURDIR)/vendor/zerokit
|
||||||
LIBRLN_VERSION := v0.7.0
|
LIBRLN_VERSION := v0.8.0
|
||||||
|
|
||||||
ifeq ($(detected_OS),Windows)
|
ifeq ($(detected_OS),Windows)
|
||||||
LIBRLN_FILE := rln.lib
|
LIBRLN_FILE := rln.lib
|
||||||
|
|||||||
@ -19,13 +19,7 @@ host_triplet=$(rustc --version --verbose | awk '/host:/{print $2}')
|
|||||||
|
|
||||||
tarball="${host_triplet}"
|
tarball="${host_triplet}"
|
||||||
|
|
||||||
# use arkzkey feature for v0.7.0
|
tarball+="-rln.tar.gz"
|
||||||
# TODO: update this script in the future when arkzkey is default
|
|
||||||
if [[ "${rln_version}" == "v0.7.0" ]]; then
|
|
||||||
tarball+="-arkzkey-rln.tar.gz"
|
|
||||||
else
|
|
||||||
tarball+="-rln.tar.gz"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Download the prebuilt rln library if it is available
|
# Download the prebuilt rln library if it is available
|
||||||
if curl --silent --fail-with-body -L \
|
if curl --silent --fail-with-body -L \
|
||||||
|
|||||||
2
vendor/zerokit
vendored
2
vendor/zerokit
vendored
@ -1 +1 @@
|
|||||||
Subproject commit ba467d370c56b7432522227de22fbd664d44ef3e
|
Subproject commit dc0b31752c91e7b4fefc441cfa6a8210ad7dba7b
|
||||||
Loading…
x
Reference in New Issue
Block a user