Skip to content

Commit

Permalink
No longer build QEMU
Browse files Browse the repository at this point in the history
QEMU 8 requires python >= 3.7, which is problematic on CentOS 7.
  • Loading branch information
tienntr committed Dec 13, 2023
1 parent c9feff8 commit 165e627
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-centos7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ jobs:
- name: Build Newlib toolchain
run: scl enable devtoolset-11 -- make -j $(nproc)

- name: Build QEMU
run: scl enable devtoolset-11 -- make -j $(nproc) build-sim SIM=qemu

- name: Build Spike
run: scl enable devtoolset-11 -- make -j $(nproc) build-sim SIM=spike

Expand Down

0 comments on commit 165e627

Please sign in to comment.