Attempt #3 to fix Appveyor CI freeze.
This commit is contained in:
parent
5a45944489
commit
708dcbd1a1
|
@ -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 ..
|
||||
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue