File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 31
31
32
32
steps :
33
33
- name : Checkout repository
34
- uses : actions/checkout@v3
34
+ uses : actions/checkout@v4
35
35
36
36
- name : install build deps
37
37
run : |
@@ -40,18 +40,18 @@ jobs:
40
40
gcc-${{ matrix.apt_triple }} gfortran-${{ matrix.apt_triple }} libgomp1-riscv64-cross libglib2.0-dev
41
41
42
42
- name : checkout qemu
43
- uses : actions/checkout@v3
43
+ uses : actions/checkout@v4
44
44
with :
45
- repository : T-head-Semi /qemu
45
+ repository : XUANTIE-RV /qemu
46
46
path : qemu
47
- ref : 1e692ebb43d396c52352406323fc782c1ac99a42
47
+ ref : e0ace167effcd36d1f82c7ccb4522b3126011479 # xuantie-qemu-9.0
48
48
49
49
- name : build qemu
50
50
run : |
51
51
# 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
53
53
cd qemu
54
- patch -p1 < ../5164bca5a4bcde4534dc1a9aa3a7f619719874cf .patch
54
+ patch -p1 < ../222729c7455784dd855216d7a2bec4bd8f2a6800 .patch
55
55
export CXXFLAGS="-Wno-error"; export CFLAGS="-Wno-error"
56
56
./configure --prefix=$GITHUB_WORKSPACE/qemu-install --target-list=riscv64-linux-user --disable-system
57
57
make -j$(nproc)
You can’t perform that action at this time.
0 commit comments