diff options
author | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2023-04-18 14:12:35 +0200 |
---|---|---|
committer | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2023-04-21 10:18:19 +0200 |
commit | 88881cf7ac029aea660c2413ca8e2a5136fcd41b (patch) | |
tree | e1726f751687971869b8adc1ea25b802d73bafe7 /.cirrus.yml | |
parent | 4c40837a454996c9f704ebf060efd6b249f2e362 (diff) |
Bump python minimum version to 3.8
Also, switch ci_native_qt5 to g++-9 (from g++-8) to work around bugs.
This should be fine, because the i686_centos task still checks for g++-8
compatibility.
See
https://github.com/bitcoin/bitcoin/pull/27483#issuecomment-1513477050
for the list of bugs.
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 680024d155..0b91aad00c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -228,7 +228,7 @@ task: PACKAGE_MANAGER_INSTALL: "yum install -y" task: - name: '[previous releases, uses qt5 dev package and some depends packages, DEBUG] [unsigned char] [buster]' + name: '[previous releases, qt5 dev package and depends packages, DEBUG] [focal]' previous_releases_cache: folder: "releases" << : *GLOBAL_TASK_TEMPLATE |