Skip to content

Commit 1f687b2

Browse files
committed
Bump xuantie qemu for c910v
Signed-off-by: Han Gao <[email protected]>
1 parent dd38b4e commit 1f687b2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/c910v.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: Checkout repository
34-
uses: actions/checkout@v3
34+
uses: actions/checkout@v4
3535

3636
- name: install build deps
3737
run: |
@@ -40,18 +40,18 @@ jobs:
4040
gcc-${{ matrix.apt_triple }} gfortran-${{ matrix.apt_triple }} libgomp1-riscv64-cross libglib2.0-dev
4141
4242
- name: checkout qemu
43-
uses: actions/checkout@v3
43+
uses: actions/checkout@v4
4444
with:
45-
repository: T-head-Semi/qemu
45+
repository: XUANTIE-RV/qemu
4646
path: qemu
47-
ref: 1e692ebb43d396c52352406323fc782c1ac99a42
47+
ref: e0ace167effcd36d1f82c7ccb4522b3126011479 # xuantie-qemu-9.0
4848

4949
- name: build qemu
5050
run: |
5151
# Force use c910v qemu-user
52-
wget https://github.com/revyos/qemu/commit/5164bca5a4bcde4534dc1a9aa3a7f619719874cf.patch
52+
wget https://github.com/revyos/qemu/commit/222729c7455784dd855216d7a2bec4bd8f2a6800.patch
5353
cd qemu
54-
patch -p1 < ../5164bca5a4bcde4534dc1a9aa3a7f619719874cf.patch
54+
patch -p1 < ../222729c7455784dd855216d7a2bec4bd8f2a6800.patch
5555
export CXXFLAGS="-Wno-error"; export CFLAGS="-Wno-error"
5656
./configure --prefix=$GITHUB_WORKSPACE/qemu-install --target-list=riscv64-linux-user --disable-system
5757
make -j$(nproc)

0 commit comments

Comments
 (0)