Skip to content

Commit

Permalink
lint: remove autotools packages
Browse files Browse the repository at this point in the history
  • Loading branch information
fanquake committed Aug 29, 2024
1 parent b02f29e commit a865494
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/lint/04_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a865494

Please sign in to comment.