File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -64,10 +64,10 @@ compute_credits_template: &CREDITS_TEMPLATE
64
64
use_compute_credits : $CIRRUS_REPO_FULL_NAME == 'bitcoin/bitcoin' && $CIRRUS_PR != ""
65
65
66
66
task :
67
- name : ' lint [bionic ]'
67
+ name : ' lint [jammy ]'
68
68
<< : *BASE_TEMPLATE
69
69
container :
70
- image : ubuntu:bionic
70
+ image : ubuntu:jammy
71
71
cpu : 1
72
72
memory : 1G
73
73
# For faster CI feedback, immediately schedule the linters
Original file line number Diff line number Diff line change @@ -27,14 +27,6 @@ export PATH="${PYTHON_PATH}/bin:${PATH}"
27
27
command -v python3
28
28
python3 --version
29
29
30
- (
31
- # Temporary workaround for https://github.com/bitcoin/bitcoin/pull/26130#issuecomment-1260499544
32
- # Can be removed once the underlying image is bumped to something that includes git2.34 or later
33
- sed -i -e ' s/bionic/jammy/g' /etc/apt/sources.list
34
- ${CI_RETRY_EXE} apt-get update
35
- ${CI_RETRY_EXE} apt-get install -y --reinstall git
36
- )
37
-
38
30
${CI_RETRY_EXE} pip3 install codespell==2.2.1
39
31
${CI_RETRY_EXE} pip3 install flake8==4.0.1
40
32
${CI_RETRY_EXE} pip3 install mypy==0.942
You can’t perform that action at this time.
0 commit comments