@@ -10,7 +10,7 @@ RUN yum -y install autoconf automake pkg-config
RUN yum -y install libattr-devel libblkid-devel libuuid-devel
RUN yum -y install e2fsprogs-libs e2fsprogs-devel reiserfs-utils
RUN yum -y install zlib-devel lzo-devel libzstd-devel zstd-devel zstd
-RUN yum -y install make gcc tar gzip clang
+RUN yum -y install make gcc tar gzip clang dwarves
RUN yum -y install python3 python3-devel python3-setuptools
# For downloading fresh sources
@@ -13,7 +13,7 @@ RUN yum -y install autoconf automake pkg-config
RUN yum -y install libattr-devel libblkid-devel libuuid-devel
RUN yum -y install e2fsprogs-libs e2fsprogs-devel
RUN yum -y install zlib-devel lzo-devel libzstd-devel zstd
-RUN yum -y install make gcc tar gzip clang
+RUN yum -y install make gcc tar gzip clang dwarves
RUN yum -y install python3 python3-devel python3-setuptools
# For downloading fresh sources
@@ -7,7 +7,7 @@ RUN apk add linux-headers musl-dev util-linux-dev bash
RUN apk add attr-dev acl-dev e2fsprogs-dev zlib-dev lzo-dev zstd-dev
RUN apk add autoconf automake make gcc tar gzip clang
RUN apk add python3 py3-setuptools python3-dev
-RUN apk add libgcrypt-dev libsodium-dev libkcapi-dev
+RUN apk add libgcrypt-dev libsodium-dev libkcapi-dev dwarves
# For downloading fresh sources
RUN apk add wget
@@ -8,7 +8,7 @@ RUN zypper install -y --no-recommends libext2fs-devel libreiserfscore-devel
RUN zypper install -y --no-recommends zlib-devel lzo-devel libzstd-devel
RUN zypper install -y --no-recommends make gcc tar gzip clang
RUN zypper install -y --no-recommends python3 python3-devel python3-setuptools
-RUN zypper install -y --no-recommends libudev-devel
+RUN zypper install -y --no-recommends libudev-devel dwarves
# For downloading fresh sources
RUN zypper install -y --no-recommends wget
@@ -8,7 +8,7 @@ RUN zypper install -y --no-recommends libext2fs-devel libreiserfscore-devel
RUN zypper install -y --no-recommends zlib-devel lzo-devel libzstd-devel
RUN zypper install -y --no-recommends make gcc tar gzip clang
RUN zypper install -y --no-recommends python3 python3-devel python3-setuptools
-RUN zypper install -y --no-recommends libudev-devel
+RUN zypper install -y --no-recommends libudev-devel dwarves
# For downloading fresh sources
RUN zypper install -y --no-recommends wget
@@ -9,7 +9,7 @@ RUN zypper install -y --no-recommends libext2fs-devel
RUN zypper install -y --no-recommends zlib-devel lzo-devel libzstd-devel
RUN zypper install -y --no-recommends autoconf automake pkg-config
RUN zypper install -y --no-recommends python3 python3-devel python3-setuptools
-RUN zypper install -y --no-recommends libudev-devel
+RUN zypper install -y --no-recommends libudev-devel dwarves
# For downloading fresh sources
RUN zypper install -y --no-recommends wget
We run pahole for the ioctl-test, which requires the dwarves package. Add that to the docker images. Signed-off-by: Josef Bacik <josef@toxicpanda.com> --- ci/images/ci-centos-7-x86_64/Dockerfile | 2 +- ci/images/ci-centos-8-x86_64/Dockerfile | 2 +- ci/images/ci-musl-x86_64/Dockerfile | 2 +- ci/images/ci-openSUSE-Leap-15.3-x86_64/Dockerfile | 2 +- ci/images/ci-openSUSE-Leap-15.4-x86_64/Dockerfile | 2 +- ci/images/ci-openSUSE-tumbleweed-x86_64/Dockerfile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-)