Skip to content

Commit 9384536

Browse files
committed
Merge bitcoin/bitcoin#27174: ci: bump lint task to bookworm for git v2.38
a984bee [ci] change lint to bookworm for git v2.38 (glozow) Pull request description: Since 5497c14, verify-commits.py uses `git merge-tree` which requires git v2.38 or later. Fix the lint jobs on master (e.g. https://cirrus-ci.com/task/4971007513985024). ACKs for top commit: achow101: ACK a984bee hebasto: re-ACK a984bee Tree-SHA512: dd50598aefb6f9c86cf221dea27fcc521e335cb182f7a3abcb3215d3991794354085be3e07c133ab74ca8b957e3a6acc43722899165957b3d898867d6253ebdc
2 parents c37fb25 + a984bee commit 9384536

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ compute_credits_template: &CREDITS_TEMPLATE
6161
use_compute_credits: $CIRRUS_REPO_FULL_NAME == 'bitcoin/bitcoin' && $CIRRUS_PR != ""
6262

6363
task:
64-
name: 'lint [jammy]'
64+
name: 'lint [bookworm]'
6565
<< : *BASE_TEMPLATE
6666
container:
67-
image: ubuntu:jammy
67+
image: debian:bookworm
6868
cpu: 1
6969
memory: 1G
7070
# For faster CI feedback, immediately schedule the linters

0 commit comments

Comments
 (0)