Skip to content

Commit

Permalink
Update go-libp2p-daemon build version. (#1111)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroCabeza authored Jun 4, 2024
1 parent 8cb7dbb commit f9a6ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_p2pd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
set -e

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
SUBREPO_DIR="vendor/go/src/github.com/libp2p/go-libp2p-daemon"
if [[ ! -e "$SUBREPO_DIR" ]]; then
Expand Down

0 comments on commit f9a6ef0

Please sign in to comment.