Attempt #3 to fix Appveyor CI freeze.
This commit is contained in:
parent
5a45944489
commit
708dcbd1a1
|
@ -34,7 +34,6 @@ install:
|
||||||
- go version
|
- go version
|
||||||
- git clone https://github.com/libp2p/go-libp2p-daemon
|
- git clone https://github.com/libp2p/go-libp2p-daemon
|
||||||
- CD go-libp2p-daemon
|
- CD go-libp2p-daemon
|
||||||
# - git checkout v0.0.1
|
|
||||||
- go install ./...
|
- go install ./...
|
||||||
- CD ..
|
- CD ..
|
||||||
|
|
||||||
|
|
|
@ -683,7 +683,6 @@ proc newDaemonApi*(flags: set[P2PDaemonFlags] = {},
|
||||||
of IpfsLogLevel.Trace:
|
of IpfsLogLevel.Trace:
|
||||||
env["IPFS_LOGGING"] = "DEBUG"
|
env["IPFS_LOGGING"] = "DEBUG"
|
||||||
env["GOLOG_TRACING_FILE"] = logFile
|
env["GOLOG_TRACING_FILE"] = logFile
|
||||||
|
|
||||||
if PSGossipSub in api.flags:
|
if PSGossipSub in api.flags:
|
||||||
args.add("-pubsub")
|
args.add("-pubsub")
|
||||||
args.add("-pubsubRouter=gossipsub")
|
args.add("-pubsubRouter=gossipsub")
|
||||||
|
|
Loading…
Reference in New Issue