Skip to content

Commit

Permalink
[snap/docker] bump crash version to 8.0.5
Browse files Browse the repository at this point in the history
Signed-off-by: Mustafa Kemal Gilor <mustafa.gilor@canonical.com>
  • Loading branch information
xmkg committed Jul 25, 2024
1 parent b3c0141 commit 6fb333e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions extras/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ ARG DEBIAN_FRONTEND=noninteractive
RUN apt -y update && \
apt -y install --no-install-recommends build-essential wget libcurses-ocaml-dev zlib1g-dev bison texinfo python3 ubuntu-dev-tools && \
cd /tmp && \
wget https://github.com/crash-utility/crash/archive/refs/tags/8.0.3.tar.gz && \
tar -xvzf 8.0.3.tar.gz && \
cd crash-8.0.3 && \
wget https://github.com/crash-utility/crash/archive/refs/tags/8.0.5.tar.gz && \
tar -xvzf 8.0.5.tar.gz && \
cd crash-8.0.5 && \
make -j$(nproc) && \
make install && \
crash --version && \
rm -rf /tmp/crash-8.0.3
rm -rf /tmp/crash-8.0.5
COPY hotkdump /opt/hotkdump
RUN chmod +x /opt/hotkdump/main.py && \
ln -sf /opt/hotkdump/main.py /usr/bin/hotkdump && \
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ apps:
- network-bind
parts:
crash:
source: https://github.com/crash-utility/crash/archive/refs/tags/8.0.3.tar.gz
source: https://github.com/crash-utility/crash/archive/refs/tags/8.0.5.tar.gz
plugin: make
build-packages:
# The list of packages needed to build `crash`
Expand Down

0 comments on commit 6fb333e

Please sign in to comment.