lint: remove autotools packages

pull/30754/head
fanquake 2 months ago
parent b02f29e7ef
commit a865494dee
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

@ -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

Loading…
Cancel
Save