update zerokit vendor and not rm nimble.lock

This commit is contained in:
Ivan FB 2026-04-03 18:17:12 +02:00
parent bdad4cb56b
commit 50f0050245
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270

View File

@ -67,7 +67,7 @@ waku.nims:
ln -s waku.nimble $@
$(NIMBLEDEPS_STAMP): | waku.nims
git submodule update --init --recursive
git submodule update --init vendor/zerokit
nimble setup --localdeps
$(MAKE) build-nph
$(MAKE) rebuild-nat-libs-nimbledeps
@ -76,7 +76,6 @@ $(NIMBLEDEPS_STAMP): | waku.nims
update:
rm -f $(NIMBLEDEPS_STAMP)
rm nimble.lock
$(MAKE) $(NIMBLEDEPS_STAMP)
nimble lock