File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments