We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f0a580 commit ae482c5Copy full SHA for ae482c5
nix/pkgs/mayastor/default.nix
@@ -56,7 +56,7 @@ let
56
buildProps = rec {
57
name = "mayastor";
58
#cargoSha256 = "0000000000000000000000000000000000000000000000000000";
59
- cargoSha256 = "1m0n418hp4h3j32j632l7pf2kl4pwzbzssx7h0wh5m90wsh41cy4";
+ cargoSha256 = "q2Dp9IuwxHSwZEkEiIc49M4d/BI/GyS+lnTrs4TKRs8=";
60
inherit version;
61
src = whitelistSource ../../../. src_list;
62
LIBCLANG_PATH = "${llvmPackages.libclang}/lib";
test/grpc/test_cli.js
@@ -28,7 +28,7 @@ const CLIENT_CMD = path.join(
28
'debug',
29
'mayastor-client'
30
);
31
-const EGRESS_CMD = CLIENT_CMD + ' -p ' + EGRESS_PORT;
+const EGRESS_CMD = CLIENT_CMD + ' --bind 127.0.0.1:' + EGRESS_PORT;
32
33
let mayastorMockServer;
34
0 commit comments