mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-26 03:59:52 +00:00
update libp2p-related submodules and its build process
This commit is contained in:
parent
4c5eeac41e
commit
e1e56211ba
3
Makefile
3
Makefile
@ -198,7 +198,8 @@ eth2_network_simulation: | beacon_node validator_keygen clean_eth2_network_simul
|
||||
|
||||
vendor/go/bin/p2pd:
|
||||
cd vendor/go/src/github.com/libp2p/go-libp2p-daemon && \
|
||||
$(ENV_SCRIPT) $(MAKE)
|
||||
$(ENV_SCRIPT) go get ./... && \
|
||||
$(ENV_SCRIPT) go install ./...
|
||||
|
||||
test-libp2p-daemon: | vendor/go/bin/p2pd deps
|
||||
cd vendor/nim-libp2p && \
|
||||
|
1
env.sh
1
env.sh
@ -9,6 +9,7 @@ abs_path="$(cd $rel_path; ${PWD_CMD})"
|
||||
|
||||
# used by libp2p/go-libp2p-daemon
|
||||
export GOPATH="${abs_path}/vendor/go"
|
||||
export GO111MODULE=on
|
||||
|
||||
# make it an absolute path, so we can call this script from other dirs
|
||||
export PATH="${abs_path}/vendor/Nim/bin:${GOPATH}/bin:${PATH}"
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit de7ca070e6f487655d787d82d819e70ca96ada2d
|
||||
Subproject commit baf8c65000ca510eadecd3881d82bd02f402155b
|
2
vendor/nim-libp2p
vendored
2
vendor/nim-libp2p
vendored
@ -1 +1 @@
|
||||
Subproject commit cb334cc8ab186496d8b73d5a2fe1b6298598b7f6
|
||||
Subproject commit a736334fe132527ec4fd6a0b34b848f006c869c5
|
2
vendor/nimcrypto
vendored
2
vendor/nimcrypto
vendored
@ -1 +1 @@
|
||||
Subproject commit b06fc1a658e8930eb2ed7423f52c2968104df3df
|
||||
Subproject commit 9410cb61dff80ddcf5b91bcc13a573c5935fe8c3
|
Loading…
x
Reference in New Issue
Block a user