mbox

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

Message ID 20230207113807.67322-1-pbonzini@redhat.com
State New
Headers show

Pull-request

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

Message

Paolo Bonzini Feb. 7, 2023, 11:38 a.m. UTC
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(-)

Comments

Peter Maydell Feb. 8, 2023, 10:39 a.m. UTC | #1
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