aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-03-29 15:51:03 +0200
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-04-11 14:12:37 +0200
commitfa4a46de0b3c1a5895e95dba7e95278932fbfc2c (patch)
tree8aa6e8b75fd79ac3e475f0e45b0599df6d4b2aa0 /.cirrus.yml
parentfabc7d90a90d46af181bc08def43d861062f6dfa (diff)
downloadbitcoin-fa4a46de0b3c1a5895e95dba7e95278932fbfc2c.tar.xz
ci: Bump nowallet_libbitcoinkernel task to ubuntu:focal
This is needed to work around https://github.com/bitcoin/bitcoin/pull/27340#issuecomment-1484988445 The only change should be that python3.7 is bumped to 3.8, but this is fine because ci/test/00_setup_env_native_qt5.sh still checks for python3.7 compatibility.
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index fc07c81cfb..680024d155 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -303,11 +303,11 @@ task:
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
task:
- name: '[no wallet, libbitcoinkernel] [buster]'
+ name: '[no wallet, libbitcoinkernel] [focal]'
<< : *GLOBAL_TASK_TEMPLATE
container:
docker_arguments:
- CI_IMAGE_NAME_TAG: debian:buster
+ CI_IMAGE_NAME_TAG: ubuntu:focal
FILE_ENV: "./ci/test/00_setup_env_native_nowallet_libbitcoinkernel.sh"
<< : *CREDITS_TEMPLATE
env: