ci(jenkins): install ripgrep for smell checks

This commit is contained in:
Brad Stein 2026-04-18 17:44:38 -03:00
parent 1856e1b411
commit aeb605d27e

2
Jenkinsfile vendored
View File

@ -112,7 +112,7 @@ spec:
sh '''
set -eu
apt-get update >/dev/null
apt-get install -y --no-install-recommends jq python3 >/dev/null
apt-get install -y --no-install-recommends jq python3 ripgrep >/dev/null
mkdir -p build
set +e
bash scripts/check.sh