Skip to content

Commit e6caf15

Browse files
committed
ci: add moreutils to lint job
Makes the sponge utility available for an upcoming scripted-diff.
1 parent a7e8067 commit e6caf15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/lint/01_install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ ${CI_RETRY_EXE} apt-get update
1818
# - curl/xz-utils (to install shellcheck)
1919
# - git (used in many lint scripts)
2020
# - gpg (used by verify-commits)
21-
${CI_RETRY_EXE} apt-get install -y cargo curl xz-utils git gpg
21+
# - moreutils (used by scripted-diff)
22+
${CI_RETRY_EXE} apt-get install -y cargo curl xz-utils git gpg moreutils
2223

2324
PYTHON_PATH="/python_build"
2425
if [ ! -d "${PYTHON_PATH}/bin" ]; then

0 commit comments

Comments
 (0)