Skip to content

Commit

Permalink
Don't build QEMU because we don't have python >= 3.7
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 15, 2023
1 parent ee6a707 commit 928703a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-centos7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Checkout submodules
run: |
git config --global --add safe.directory ${GITHUB_WORKSPACE}
git submodule init binutils gcc gdb glibc newlib qemu spike
git submodule init binutils gcc gdb glibc newlib spike
git submodule update --recursive --progress --depth=1 -j 0
- name: Configure Newlib toolchain
Expand All @@ -45,9 +45,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 928703a

Please sign in to comment.