Skip to content

Commit

Permalink
chore: enable rdma in spdk build
Browse files Browse the repository at this point in the history
Signed-off-by: Diwakar Sharma <[email protected]>
  • Loading branch information
dsharma-dc committed Jul 12, 2024
1 parent ea6ef4e commit 8aa6bc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions build_scripts/build_spdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ CONFIGURE_ARGS=(
"--without-fuse"
"--disable-unit-tests"
"--disable-tests"
"--with-rdma"
)

MAKE_DEFAULT_ARGS="-j" # Default args for invoking GNU make
Expand Down
2 changes: 2 additions & 0 deletions nix/pkgs/libspdk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
, udev
, utillinux
, zlib
, rdma-core
}:
let
# Suffix for debug build name.
Expand Down Expand Up @@ -132,6 +133,7 @@ let
ncurses
numactl
openssl
rdma-core
(python3.withPackages (ps: with ps; [ pyelftools ]))
zlib
] ++ extraBuildInputs;
Expand Down

0 comments on commit 8aa6bc4

Please sign in to comment.