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.
This commit is contained in:
MarcoFalke
2023-04-18 14:12:35 +02:00
parent 4c40837a45
commit 88881cf7ac
7 changed files with 14 additions and 13 deletions

View File

@@ -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