Skip to content

Commit

Permalink
fix loongarch qemu version
Browse files Browse the repository at this point in the history
  • Loading branch information
jtzhpf committed Dec 28, 2023
1 parent 50abb70 commit 94dcfb2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 22 deletions.
1 change: 1 addition & 0 deletions .github/workflows/actions/setup-qemu/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ runs:
run: |
git clone https://github.com/foxsen/qemu.git $QEMU_PATH
cd $QEMU_PATH \
&& git checkout loongarch
&& ./configure --prefix=$PREFIX --target-list=loongarch64-softmmu \
&& make -j > /dev/null 2>&1 \
&& make install
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,16 @@ jobs:
with:
arch: x86_64

- name: Build helloworld for loongarch-2k500
run: make PLATFORM=loongarch64-2k500 A=apps/helloworld
- name: Build fs/shell for loongarch-2k500
run: make PLATFORM=loongarch64-2k500 A=apps/fs/shell FEATURES=driver-ramdisk

- name: Build helloworld for loongarch-2k1000
run: make PLATFORM=loongarch64-2k1000 A=apps/helloworld
- name: Build fs/shell for loongarch-2k1000
run: make PLATFORM=loongarch64-2k1000 A=apps/fs/shell FEATURES=driver-ramdisk

- name: Build helloworld for x86_64-pc-oslab
run: make PLATFORM=x86_64-pc-oslab A=apps/helloworld
- name: Build net/httpserver for x86_64-pc-oslab
Expand All @@ -137,16 +147,6 @@ jobs:
- name: Build helloworld for aarch64-bsta1000b
run: make PLATFORM=aarch64-bsta1000b A=apps/helloworld

- name: Build helloworld for loongarch-2k500
run: make PLATFORM=loongarch-2k500 A=apps/helloworld
- name: Build fs/shell for loongarch-2k500
run: make PLATFORM=loongarch-2k500 A=apps/fs/shell FEATURES=driver-ramdisk

- name: Build helloworld for loongarch-2k1000
run: make PLATFORM=loongarch-2k1000 A=apps/helloworld
- name: Build fs/shell for loongarch-2k1000
run: make PLATFORM=loongarch-2k1000 A=apps/fs/shell FEATURES=driver-ramdisk

build-apps-for-std:
runs-on: ${{ matrix.os }}
strategy:
Expand Down
Binary file removed apps/c/testcase/interrupts-test/interrupts-test-1
Binary file not shown.
Binary file removed apps/c/testcase/interrupts-test/interrupts-test-2
Binary file not shown.
12 changes: 0 additions & 12 deletions issues_recorded.md

This file was deleted.

0 comments on commit 94dcfb2

Please sign in to comment.