Skip to content

Commit cd6867c

Browse files
authored
bug-1884718: update stackwalker to v0.21.1 (#14)
1 parent f588fef commit cd6867c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ Patches are manually verified and tested. At some point, we will change this.
4545

4646
# Regression testing
4747

48+
This requires a `CRASHSTATS_API_TOKEN` with the "View Raw Dumps" and "View Personal Identifiable
49+
Information" permissions.
50+
4851
Create a Python virtual environment and install the requirements from
4952
`requirements-dev.txt`.
5053

bin/build_stackwalker.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
set -euo pipefail
1515

1616
# From: https://github.com/rust-minidump/rust-minidump
17-
MINIDUMPREV=v0.20.0
18-
MINIDUMPREVDATE=2024-01-31
17+
MINIDUMPREV=v0.21.1
18+
MINIDUMPREVDATE=2024-03-01
1919

2020
TARFILE="socorro-stackwalker.${MINIDUMPREVDATE}.${MINIDUMPREV}.tar.gz"
2121

docker/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ ARG userid=10001
99

1010
WORKDIR /app/
1111

12+
RUN apt update && apt install -y python3-venv
13+
1214
RUN update-ca-certificates && \
1315
groupadd --gid $groupid app && \
1416
useradd -g app --uid $userid --shell /usr/sbin/nologin --create-home app && \

0 commit comments

Comments
 (0)