eclipse-score/score

Add workflow to install QEMU 10.1.0 with Raspberry Pi 4 support on GitHub runners

オープン

#1,837 opened on 2025/10/02

 (3 件のコメント) (0 件のリアクション) (1 人の担当者)Starlark (102 件のフォーク)auto 404
good first issuequestion

Repository metrics

Stars
 (99 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Description

Currently, the default GitHub runners use the Ubuntu 24.04 package repositories.
When installing QEMU via apt-get install qemu-system-arm, we only get QEMU 8.0, which does not include support for the -M raspi4b machine type.

We need to:

  1. Ensure a newer version of QEMU is installed on GitHub runners, preferably QEMU 10.1.0.
  2. Create a GitHub Actions workflow that installs this version of QEMU (either from source, PPA, or prebuilt binaries).
  3. Validate the installation by running:
qemu-system-aarch64 -machine help

コントリビューターガイド