mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-04 07:07:45 +01:00
[ci] change lint to bookworm for git v2.38
Since 5497c14
, verify-commits.py requires git merge-tree which is only
available in git v2.38 or later.
This commit is contained in:
parent
519ec2650e
commit
a984beeca1
1 changed files with 2 additions and 2 deletions
|
@ -61,10 +61,10 @@ compute_credits_template: &CREDITS_TEMPLATE
|
||||||
use_compute_credits: $CIRRUS_REPO_FULL_NAME == 'bitcoin/bitcoin' && $CIRRUS_PR != ""
|
use_compute_credits: $CIRRUS_REPO_FULL_NAME == 'bitcoin/bitcoin' && $CIRRUS_PR != ""
|
||||||
|
|
||||||
task:
|
task:
|
||||||
name: 'lint [jammy]'
|
name: 'lint [bookworm]'
|
||||||
<< : *BASE_TEMPLATE
|
<< : *BASE_TEMPLATE
|
||||||
container:
|
container:
|
||||||
image: ubuntu:jammy
|
image: debian:bookworm
|
||||||
cpu: 1
|
cpu: 1
|
||||||
memory: 1G
|
memory: 1G
|
||||||
# For faster CI feedback, immediately schedule the linters
|
# For faster CI feedback, immediately schedule the linters
|
||||||
|
|
Loading…
Add table
Reference in a new issue