We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b02f29e commit a865494Copy full SHA for a865494
ci/lint/04_install.sh
@@ -12,11 +12,10 @@ pushd "/"
12
13
${CI_RETRY_EXE} apt-get update
14
# Lint dependencies:
15
-# - automake pkg-config libtool (for lint_includes_build_config)
16
# - curl/xz-utils (to install shellcheck)
17
# - git (used in many lint scripts)
18
# - gpg (used by verify-commits)
19
-${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
20
21
PYTHON_PATH="/python_build"
22
if [ ! -d "${PYTHON_PATH}/bin" ]; then
0 commit comments