Attempt #3 to fix Appveyor CI freeze.

This commit is contained in:
cheatfate 2019-08-22 09:09:44 +03:00
parent 5a45944489
commit 708dcbd1a1
No known key found for this signature in database
GPG Key ID: 46ADD633A7201F95
2 changed files with 0 additions and 2 deletions

View File

@ -34,7 +34,6 @@ install:
- go version
- git clone https://github.com/libp2p/go-libp2p-daemon
- CD go-libp2p-daemon
# - git checkout v0.0.1
- go install ./...
- CD ..

View File

@ -683,7 +683,6 @@ proc newDaemonApi*(flags: set[P2PDaemonFlags] = {},
of IpfsLogLevel.Trace:
env["IPFS_LOGGING"] = "DEBUG"
env["GOLOG_TRACING_FILE"] = logFile
if PSGossipSub in api.flags:
args.add("-pubsub")
args.add("-pubsubRouter=gossipsub")