use go daemon 0.3.0

This commit is contained in:
Giovanni Petrantoni 2020-09-11 22:15:08 +09:00
parent d75cc6edca
commit 505385e89f
3 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ install:
- CD ..
# install and build go-libp2p-daemon
- bash scripts/build_p2pd.sh p2pdCache update
- bash scripts/build_p2pd.sh p2pdCache v0.3.0
build_script:
- nimble install -y --depsOnly

View File

@ -45,7 +45,7 @@ install:
- export PATH="$PWD/Nim/bin:$GOPATH/bin:$PATH"
# install and build go-libp2p-daemon
- bash scripts/build_p2pd.sh p2pdCache update
- bash scripts/build_p2pd.sh p2pdCache v0.3.0
script:
- nimble install -y --depsOnly

View File

@ -112,7 +112,7 @@ steps:
echo "PATH=${PATH}"
# we can't seem to be able to build a 32-bit p2pd
env PATH="/c/custom/mingw64/bin:${PATH}" bash scripts/build_p2pd.sh p2pdCache update
env PATH="/c/custom/mingw64/bin:${PATH}" bash scripts/build_p2pd.sh p2pdCache v0.3.0
# install dependencies
nimble refresh