mirror of
https://github.com/vacp2p/nim-libp2p.git
synced 2025-01-13 10:16:08 +00:00
Update go-libp2p-daemon build version. (#1111)
This commit is contained in:
parent
8cb7dbb425
commit
f9a6ef06cf
@ -10,7 +10,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
CACHE_DIR="$1" # optional parameter pointing to a CI cache dir.
|
CACHE_DIR="$1" # optional parameter pointing to a CI cache dir.
|
||||||
LIBP2P_COMMIT="v0.2.1" # tags work too, only used in nim-libp2p CI for now
|
LIBP2P_COMMIT="124530a3" # Tags maye be used as well
|
||||||
[[ -n "$2" ]] && LIBP2P_COMMIT="$2" # allow overriding it on the command line
|
[[ -n "$2" ]] && LIBP2P_COMMIT="$2" # allow overriding it on the command line
|
||||||
SUBREPO_DIR="vendor/go/src/github.com/libp2p/go-libp2p-daemon"
|
SUBREPO_DIR="vendor/go/src/github.com/libp2p/go-libp2p-daemon"
|
||||||
if [[ ! -e "$SUBREPO_DIR" ]]; then
|
if [[ ! -e "$SUBREPO_DIR" ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user