Skip to content

Commit

Permalink
added comment about switching back to dnf package
Browse files Browse the repository at this point in the history
  • Loading branch information
devjgm committed Aug 2, 2021
1 parent 3d6461a commit 7ce9a66
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci/cloudbuild/dockerfiles/fedora-34.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 7ce9a66

Please sign in to comment.