Skip to content

Commit

Permalink
Also fix PYTHONPATH in Ubuntu 22 so things work with LLDB 15
Browse files Browse the repository at this point in the history
  • Loading branch information
rocallahan committed Feb 13, 2025
1 parent 8a7f238 commit 2053627
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release-process/distro-configs/ubuntu22-lts.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
],
"install_build_deps": [
"sudo apt-get install -y rpm ccache cmake g++ pkg-config zlib1g-dev git python-dev-is-python3 libacl1-dev ninja-build manpages-dev capnproto libcapnp-dev gdb lldb-15 python3-pexpect libzstd1 libzstd-dev",
"sudo update-alternatives --install /usr/bin/lldb lldb /usr/bin/lldb-15 50"
"sudo update-alternatives --install /usr/bin/lldb lldb /usr/bin/lldb-15 50",
"export PYTHONPATH=\"/usr/lib/llvm-15/lib/python3.10/dist-packages/:$PYTHONPATH\""
],
"install_build_deps_x86_64": "sudo apt-get install -y g++-multilib",
"install_app_test_deps": "sudo apt-get install -y tightvncserver xtightvncviewer curl tar bzip2 libdbus-glib-1-2 libreoffice"
Expand Down

0 comments on commit 2053627

Please sign in to comment.