-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
try
diff --git a/Dockerfile b/Dockerfile
index c26d562..0104202 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,10 +14,10 @@ RUN git clone https://github.com/spdk/spdk --branch ${TAG} --depth 1 /root/spdk
WORKDIR /root/spdk
RUN git submodule update --init --depth 1 && \
- ./scripts/pkgdep.sh --rdma
+ ./scripts/pkgdep.sh --rdma --uring
RUN DEPS="no" LDFLAGS=" " \
- ./rpmbuild/rpm.sh --target-arch=${ARCH} --without-uring --with-crypto \
+ ./rpmbuild/rpm.sh --target-arch=${ARCH} --with-uring --with-crypto \
--without-fio --with-raid5f --with-vhost --without-rbd \
--with-rdma --without-shared --with-iscsi-initiator --without-vtune --with-vfio-user
(END)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed