Skip to content

Commit

Permalink
Disable RDSEED, see #259
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Indenbaum <aindenba@redhat.com>
  • Loading branch information
Alexander Indenbaum committed Oct 11, 2023
1 parent d24a890 commit 06bea16
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile.spdk
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ RUN \
&& scripts/pkgdep.sh $SPDK_PKGDEP_ARGS \
&& dnf update -y

# Disable RDSEED, see https://github.com/ceph/ceph-nvmeof/issues/259
RUN \
sed -i "s/^\( \+'RDSEED'\)/#\1/" spdk/dpdk/config/x86/meson.build

RUN \
--mount=type=cache,target=/var/cache/dnf \
--mount=type=cache,target=/var/lib/dnf \
Expand Down

0 comments on commit 06bea16

Please sign in to comment.