[PULL 0/5] Update CentOS 8 custom runner to use Python 3.8

Paolo Bonzini posted 5 patches 1 year, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230207113807.67322-1-pbonzini@redhat.com
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>
.../ci/org.centos/stream/8/build-environment.yml   | 38 ++++++++++++--
scripts/ci/org.centos/stream/8/x86_64/configure    |  1 +
scripts/ci/setup/build-environment.yml             | 58 ++++++++++++++++++++--
3 files changed, 90 insertions(+), 7 deletions(-)
[PULL 0/5] Update CentOS 8 custom runner to use Python 3.8
Posted by Paolo Bonzini 1 year, 2 months ago
The following changes since commit b52388129bf0097954515c097e83e6112de1b579:

  Merge tag 'pull-tcg-20230204' of https://gitlab.com/rth7680/qemu into staging (2023-02-04 19:12:41 +0000)

are available in the Git repository at:

  https://gitlab.com/bonzini/qemu.git tags/for-upstream-py38

for you to fetch changes up to 11b4a4eeec6054161aafdcb2f2faeb7c6ff36c99:

  scripts/ci: bump CentOS Python to 3.8 (2023-02-06 13:21:28 +0100)

----------------------------------------------------------------
Update CentOS 8 playbook and CI configuration to Python 3.8

The playbook has already been run by Cleber on the machine.

----------------------------------------------------------------
Paolo Bonzini (5):
      scripts/ci: remove unnecessary checks from CentOS playbook
      scripts/ci: support CentOS Stream 8 in build-environment.yaml
      scripts/ci: add capstone development packages
      scripts/ci: unify package lists for CentOS in build-environment files
      scripts/ci: bump CentOS Python to 3.8

 .../ci/org.centos/stream/8/build-environment.yml   | 38 ++++++++++++--
 scripts/ci/org.centos/stream/8/x86_64/configure    |  1 +
 scripts/ci/setup/build-environment.yml             | 58 ++++++++++++++++++++--
 3 files changed, 90 insertions(+), 7 deletions(-)
-- 
2.38.1
Re: [PULL 0/5] Update CentOS 8 custom runner to use Python 3.8
Posted by Peter Maydell 1 year, 2 months ago
On Tue, 7 Feb 2023 at 11:38, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> The following changes since commit b52388129bf0097954515c097e83e6112de1b579:
>
>   Merge tag 'pull-tcg-20230204' of https://gitlab.com/rth7680/qemu into staging (2023-02-04 19:12:41 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/bonzini/qemu.git tags/for-upstream-py38
>
> for you to fetch changes up to 11b4a4eeec6054161aafdcb2f2faeb7c6ff36c99:
>
>   scripts/ci: bump CentOS Python to 3.8 (2023-02-06 13:21:28 +0100)
>
> ----------------------------------------------------------------
> Update CentOS 8 playbook and CI configuration to Python 3.8
>
> The playbook has already been run by Cleber on the machine.
>
> ----------------------------------------------------------------
> Paolo Bonzini (5):
>       scripts/ci: remove unnecessary checks from CentOS playbook
>       scripts/ci: support CentOS Stream 8 in build-environment.yaml
>       scripts/ci: add capstone development packages
>       scripts/ci: unify package lists for CentOS in build-environment files
>       scripts/ci: bump CentOS Python to 3.8
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/8.0
for any user-visible changes.

-- PMM