Skip to content

Commit 06bea16

Browse files
author
Alexander Indenbaum
committed
Disable RDSEED, see ceph#259
Signed-off-by: Alexander Indenbaum <aindenba@redhat.com>
1 parent d24a890 commit 06bea16

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile.spdk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ RUN \
4141
&& scripts/pkgdep.sh $SPDK_PKGDEP_ARGS \
4242
&& dnf update -y
4343

44+
# Disable RDSEED, see https://github.com/ceph/ceph-nvmeof/issues/259
45+
RUN \
46+
sed -i "s/^\( \+'RDSEED'\)/#\1/" spdk/dpdk/config/x86/meson.build
47+
4448
RUN \
4549
--mount=type=cache,target=/var/cache/dnf \
4650
--mount=type=cache,target=/var/lib/dnf \

0 commit comments

Comments
 (0)