Tools: install valgrind as part of Ubuntu environment setup

This commit is contained in:
Peter Barker 2023-07-28 09:06:51 +10:00 committed by Peter Barker
parent 3f7d245c2c
commit da2a3c4fca
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ else
fi fi
# Lists of packages to install # Lists of packages to install
BASE_PKGS="build-essential ccache g++ gawk git make wget" BASE_PKGS="build-essential ccache g++ gawk git make wget valgrind"
if [ ${RELEASE_CODENAME} == 'bionic' ]; then if [ ${RELEASE_CODENAME} == 'bionic' ]; then
# use fixed version for package that drop python2 support # use fixed version for package that drop python2 support
PYTHON_PKGS="future lxml pymavlink MAVProxy pexpect flake8==3.7.9 requests==2.27.1 monotonic==1.6 geocoder empy ptyprocess configparser==4.0.2 click==7.1.2 decorator==4.4.2 dronecan" PYTHON_PKGS="future lxml pymavlink MAVProxy pexpect flake8==3.7.9 requests==2.27.1 monotonic==1.6 geocoder empy ptyprocess configparser==4.0.2 click==7.1.2 decorator==4.4.2 dronecan"