lint: remove autotools packages

This commit is contained in:
fanquake 2024-08-29 15:47:07 +01:00
parent b02f29e7ef
commit a865494dee
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -12,11 +12,10 @@ pushd "/"
${CI_RETRY_EXE} apt-get update
# Lint dependencies:
# - automake pkg-config libtool (for lint_includes_build_config)
# - curl/xz-utils (to install shellcheck)
# - git (used in many lint scripts)
# - gpg (used by verify-commits)
${CI_RETRY_EXE} apt-get install -y automake pkg-config libtool curl xz-utils git gpg
${CI_RETRY_EXE} apt-get install -y curl xz-utils git gpg
PYTHON_PATH="/python_build"
if [ ! -d "${PYTHON_PATH}/bin" ]; then