Install the rr debugger

This commit is contained in:
Ohad Livne 2025-06-04 22:47:36 +03:00
parent 1443bb6cbd
commit c68b60b556
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

View file

@ -41,6 +41,7 @@ DEB_PKGS=(
libyajl-doc
libyajl2
lilypond
linux-perf
lshw
magic-wormhole
make
@ -62,6 +63,7 @@ DEB_PKGS=(
rclone
reuse
ripgrep
rr
rsync
rust-doc
rust-llvm
@ -107,6 +109,8 @@ PIPX_PKGS=(
sudo DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --yes "${DEB_PKGS[@]}"
sudo DEBIAN_FRONTEND=noninteractive apt-get install --install-recommends --yes "${META_PKGS[@]}"
echo 'kernel.perf_event_paranoid=1' | sudo tee '/etc/sysctl.d/51-enable-perf-events.conf'
if (( "${#PIPX_PKGS[@]}" != 0 )); then
pipx install "${PIPX_PKGS[@]}"
fi