From 7ce9a6665e4c61625dfb7fb02dc8f68210a63af7 Mon Sep 17 00:00:00 2001 From: Greg Miller <9447643+devjgm@users.noreply.github.com> Date: Mon, 2 Aug 2021 14:34:11 -0400 Subject: [PATCH] added comment about switching back to dnf package --- ci/cloudbuild/dockerfiles/fedora-34.Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ci/cloudbuild/dockerfiles/fedora-34.Dockerfile b/ci/cloudbuild/dockerfiles/fedora-34.Dockerfile index 2bd29a185a46f..dad5f9b91572b 100644 --- a/ci/cloudbuild/dockerfiles/fedora-34.Dockerfile +++ b/ci/cloudbuild/dockerfiles/fedora-34.Dockerfile @@ -170,8 +170,9 @@ RUN curl -sSL https://github.com/universal-ctags/ctags/archive/refs/tags/p5.9.20 make install && \ cd /var/tmp && rm -fr build -# Installs the abi-dumper that has the integer overflow fix from -# https://github.com/lvc/abi-dumper/pull/29 +# Installs the abi-dumper with the integer overflow fix from +# https://github.com/lvc/abi-dumper/pull/29. We can switch back to `dnf install +# abi-dumper` once it has the fix. WORKDIR /var/tmp/build RUN curl -sSL https://github.com/lvc/abi-dumper/archive/814effec0f20a9613441dfa033aa0a0bc2a96a87.tar.gz | \ tar -xzf - --strip-components=1 && \