Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 9018432

Browse files
chore: switch from IPFS_REUSEPORT to LIBP2P_TCP_REUSEPORT (#3955)
The `LIBP2P_TCP_REUSEPORT` env var has been around in go-libp2p for a few years and they're now dropping support for IPFS_REUSEPORT (libp2p/go-tcp-transport#104) Co-authored-by: achingbrain <[email protected]>
1 parent 38c01be commit 9018432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ipfs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"test:interface:client": "aegir test -f test/interface-client.js",
6565
"test:interface:http-js": "aegir test -f test/interface-http-js.js",
6666
"test:interface:http-go": "aegir test -f test/interface-http-go.js",
67-
"test:interop": "cross-env DEBUG=$DEBUG IPFS_LOGGING=$IPFS_LOGGING IPFS_JS_EXEC=$PWD/src/cli.js IPFS_JS_MODULE=$PWD/dist IPFS_JS_HTTP_MODULE=$PWD/node_modules/ipfs-http-client IPFS_REUSEPORT=false ipfs-interop",
67+
"test:interop": "cross-env DEBUG=$DEBUG IPFS_LOGGING=$IPFS_LOGGING IPFS_JS_EXEC=$PWD/src/cli.js IPFS_JS_MODULE=$PWD/dist IPFS_JS_HTTP_MODULE=$PWD/node_modules/ipfs-http-client LIBP2P_TCP_REUSEPORT=false ipfs-interop",
6868
"test:external": "aegir test-dependant",
6969
"clean": "rimraf ./dist",
7070
"dep-check": "aegir dep-check -i ipfs-core-types -i @types/* -i npm-run-all -i copyfiles"

0 commit comments

Comments
 (0)