Add sanitizer development tools

This commit is contained in:
Fabio Scotto di Santolo
2026-08-01 21:41:32 +02:00
parent 38bca45f38
commit 886098dc0d
2 changed files with 6 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ fedora_desktop_packages:
- nodejs-bash-language-server - nodejs-bash-language-server
- bluez - bluez
- bridge-utils - bridge-utils
- clang-tools-extra
- cmake - cmake
- cscope - cscope
- ctags - ctags
@@ -32,6 +33,7 @@ fedora_desktop_packages:
- libreoffice - libreoffice
- liberation-fonts - liberation-fonts
- libasan - libasan
- libubsan
- libvterm-devel - libvterm-devel
- libX11-devel - libX11-devel
- libXft-devel - libXft-devel

View File

@@ -28,14 +28,18 @@ mint_packages_base:
mint_development_packages: mint_development_packages:
- build-essential - build-essential
- clang - clang
- clang-format
- clang-tools - clang-tools
- cmake - cmake
- gdb - gdb
- libasan8
- libubsan1
- golang - golang
- nodejs - nodejs
- npm - npm
- pkg-config - pkg-config
- python3-venv - python3-venv
- valgrind
mint_desktop_common_packages: mint_desktop_common_packages:
- dconf-cli - dconf-cli