File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 7
7
export LC_ALL=C
8
8
9
9
${CI_RETRY_EXE} apt-get update
10
- ${CI_RETRY_EXE} apt-get install -y clang-format-9 python3-pip curl git gawk jq
10
+ ${CI_RETRY_EXE} apt-get install -y python3-pip curl git gawk jq
11
11
(
12
12
# Temporary workaround for https://github.com/bitcoin/bitcoin/pull/26130#issuecomment-1260499544
13
13
# Can be removed once the underlying image is bumped to something that includes git2.34 or later
14
14
sed -i -e ' s/bionic/jammy/g' /etc/apt/sources.list
15
15
${CI_RETRY_EXE} apt-get update
16
16
${CI_RETRY_EXE} apt-get install -y --reinstall git
17
17
)
18
- update-alternatives --install /usr/bin/clang-format clang-format " $( which clang-format-9 ) " 100
19
- update-alternatives --install /usr/bin/clang-format-diff clang-format-diff " $( which clang-format-diff-9) " 100
20
18
21
19
${CI_RETRY_EXE} pip3 install codespell==2.2.1
22
20
${CI_RETRY_EXE} pip3 install flake8==4.0.1
You can’t perform that action at this time.
0 commit comments