aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2025-03-26 20:47:12 +0100
committerHenrik Tjäder <henrik@tjaders.com>2025-04-01 20:32:53 +0000
commitfc40812b9afaad6eb77dcaf4aec2a6d8b6d4ad22 (patch)
tree407faf6fefc5f4ab01c7d8e562bcf09b2d64166f /.github
parent271090849790422b1d65e346ef4c0857ec924685 (diff)
CI: Ubuntu 24.04 packages QEMU 8.2.2
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ae1f5b5..a49fc77 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -97,26 +97,6 @@ jobs:
sudo apt install -y qemu-system-arm qemu-system-riscv32
sudo apt install -y git libglib2.0-dev libfdt-dev libpixman-1-dev zlib1g-dev ninja-build
- - if: ${{ steps.cache-qemu.outputs.cache-hit != 'true' }}
- name: Download QEMU
- run: wget "${{ env.QEMU_URL }}"
-
- - if: ${{ steps.cache-qemu.outputs.cache-hit != 'true' }}
- name: Extract QEMU
- run: tar xvJf qemu-${{ env.QEMU_VERSION }}.tar.xz
-
- - if: ${{ steps.cache-qemu.outputs.cache-hit != 'true' }}
- name: Configure QEMU
- run: |
- cd qemu-${{ env.QEMU_VERSION }}
- ./configure --target-list=arm-softmmu,riscv32-softmmu
-
- - if: ${{ steps.cache-qemu.outputs.cache-hit != 'true' }}
- name: Build QEMU
- run: |
- cd qemu-${{ env.QEMU_VERSION }}
- ninja -C build
-
- name: Download ESP32 QEMU
run: wget "${{ env.QEMU_ESP_URL }}" --output-document=${{ env.QEMU_ESP}}.tar.xz