tools/common: Update submodule to f83435a (#656)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: MonsterDruide1 <5958456@gmail.com>
This commit is contained in:
renovate[bot] 2025-06-22 01:52:29 +02:00 committed by GitHub
parent a9a3ddc253
commit 954ae63dd1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 3 deletions

View file

@ -11,7 +11,7 @@ RUN apt install -y tzdata
RUN apt install -y git
# install dependencies for building and running the project
RUN apt install -y ccache cmake curl less libncurses6 libssl-dev ninja-build pip pkg-config python3
RUN apt install -y ccache cmake curl less libncurses6 libssl-dev llvm ninja-build pip pkg-config python3
RUN pip install --break-system-packages capstone colorama cxxfilt pyelftools python-Levenshtein toml watchdog
# install dependencies for code environment

View file

@ -48,11 +48,12 @@ All other systems have to manually install the required packages and programs. W
* If you are on Ubuntu 18.04, you must
first [update CMake by using the official CMake APT repository](https://apt.kitware.com/).
* ccache (to speed up builds)
* llvm-objdump
Ubuntu users can install those dependencies by running:
```shell
sudo apt install python3 ninja-build cmake ccache libssl-dev libncurses5
sudo apt install python3 ninja-build cmake ccache libssl-dev libncurses5 llvm
```
If you are running Ubuntu 23.10 or later, the `libncurses5` package won't be available anymore. You can install it from

View file

@ -22,6 +22,7 @@
cmake
ninja
llvmPackages_18.clang-tools
llvmPackages_18.bintools
ccache
pkg-config

@ -1 +1 @@
Subproject commit 09d666ed86cc54bdfb8d36e03f1b3f1db29a0ba1
Subproject commit f83435ac2edca24013bc98899987117104c06ac1