Skip to content

Commit

Permalink
ci: Change to ruyisdk xuantie-linux-kernel repo
Browse files Browse the repository at this point in the history
Signed-off-by: Guo Ren <guoren@linux.alibaba.com>
  • Loading branch information
guoren83 committed May 8, 2024
1 parent 9eb3ce5 commit c8fce70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
fi
if [ x"${{ matrix.name }}" = x"linux-64ilp32" ]; then
export PATH="/opt/riscv/bin:$PATH"
git clone https://github.com/T-head-Semi/linux.git -b linux-6.6
git clone https://github.com/ruyisdk/linux-xuantie-kernel.git linux
cd linux
echo CONFIG_MMU_SV32=y >> arch/riscv/configs/64ilp32.config
make ARCH=riscv EXTRA_CFLAGS+=-g rv64ilp32_defconfig all INSTALL_MOD_PATH=../modules_install_sv32xt modules_install INSTALL_HDR_PATH=../headers_install_sv32xt headers_install -j$(nproc)
Expand All @@ -143,7 +143,7 @@ jobs:
fi
if [ x"${{ matrix.name }}" = x"linux-64lp64" ]; then
export PATH="/opt/riscv/bin:$PATH"
git clone https://github.com/T-head-Semi/linux.git -b linux-6.6
git clone https://github.com/ruyisdk/linux-xuantie-kernel.git linux
cd linux
make ARCH=riscv EXTRA_CFLAGS+=-g defconfig all INSTALL_MOD_PATH=../modules_install modules_install INSTALL_HDR_PATH=../headers_install headers_install -j$(nproc)
mv arch/riscv/boot/Image ../
Expand All @@ -155,7 +155,7 @@ jobs:
fi
if [ x"${{ matrix.name }}" = x"linux-32ilp32" ]; then
export PATH="/opt/riscv/bin:$PATH"
git clone https://github.com/T-head-Semi/linux.git -b linux-6.6
git clone https://github.com/ruyisdk/linux-xuantie-kernel.git linux
cd linux
make ARCH=riscv EXTRA_CFLAGS+=-g rv32_defconfig all INSTALL_MOD_PATH=../modules_install modules_install INSTALL_HDR_PATH=../headers_install headers_install -j$(nproc)
mv arch/riscv/boot/Image ../
Expand Down

0 comments on commit c8fce70

Please sign in to comment.