Skip to content

Commit 2b7b62d

Browse files
Alexander Indenbaumgbregman
authored andcommitted
Disable RDSEED, see ceph#259
Signed-off-by: Alexander Indenbaum <aindenba@redhat.com>
1 parent 179696a commit 2b7b62d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Dockerfile.spdk

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ 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/" dpdk/config/x86/meson.build
47+
RUN \
48+
cat dpdk/config/x86/meson.build
49+
4450
RUN \
4551
--mount=type=cache,target=/var/cache/dnf \
4652
--mount=type=cache,target=/var/lib/dnf \

0 commit comments

Comments
 (0)