Skip to content

Commit

Permalink
Merge branch 'ceph:devel' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
gbregman authored Oct 18, 2023
2 parents 82b8a2e + c940c7c commit 614191b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile.spdk
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ 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/" dpdk/config/x86/meson.build
RUN \
cat 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 614191b

Please sign in to comment.