Skip to content

Commit

Permalink
update to riscv-kernel-6.11.0 v6
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Oct 3, 2024
1 parent 03de5e7 commit a5cf1fe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Download rootfs [buildroot]
if: ${{ env.REBUILD_BUILDROOT_FLAG == '' }}
run: |
su --command="cd build_dir ; wget -q https://github.com/ZLangJIT/riscv-kernel/releases/download/patches-buildroot/rootfs.cpio ; wget -q https://github.com/ZLangJIT/riscv-kernel/releases/download/patches-buildroot/rootfs.cpio.sha256" build
su --command="cd build_dir ; wget --no-verbose https://github.com/ZLangJIT/riscv-kernel/releases/download/patches-buildroot/rootfs.cpio ; wget --no-verbose https://github.com/ZLangJIT/riscv-kernel/releases/download/patches-buildroot/rootfs.cpio.sha256" build
- name: Copy rootfs [buildroot]
if: ${{ env.REBUILD_BUILDROOT_FLAG != '' }}
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
- name: Download kernel [linux 6.11]
if: ${{ env.REBUILD_KERNEL_FLAG == '' && env.REBUILD_BUILDROOT_FLAG == '' }}
run: |
su --command="cd build_dir ; wget -q https://github.com/ZLangJIT/riscv-kernel/releases/download/patches-kernel/Image ; wget -q https://github.com/ZLangJIT/riscv-kernel/releases/download/patches-kernel/Image.sha256 ; wget -q https://github.com/ZLangJIT/riscv-kernel/releases/download/patches-kernel/Image.gz ; wget -q https://github.com/ZLangJIT/riscv-kernel/releases/download/patches-kernel/Image.gz.sha256 ; wget -q https://github.com/ZLangJIT/riscv-kernel/releases/download/patches-kernel/vmlinux ; wget -q https://github.com/ZLangJIT/riscv-kernel/releases/download/patches-kernel/vmlinux.sha256" build
su --command="cd build_dir ; wget --no-verbose https://github.com/ZLangJIT/riscv-kernel/releases/download/patches-kernel/Image ; wget --no-verbose https://github.com/ZLangJIT/riscv-kernel/releases/download/patches-kernel/Image.sha256 ; wget --no-verbose https://github.com/ZLangJIT/riscv-kernel/releases/download/patches-kernel/Image.gz ; wget --no-verbose https://github.com/ZLangJIT/riscv-kernel/releases/download/patches-kernel/Image.gz.sha256 ; wget --no-verbose https://github.com/ZLangJIT/riscv-kernel/releases/download/patches-kernel/vmlinux ; wget --no-verbose https://github.com/ZLangJIT/riscv-kernel/releases/download/patches-kernel/vmlinux.sha256" build
- name: Copy kernel [linux 6.11]
if: ${{ env.REBUILD_KERNEL_FLAG != '' || env.REBUILD_BUILDROOT_FLAG != '' }}
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
run: |
TOOLS_URL=$(wget -qO- http://developer.android.com/sdk/index.html | grep latest.zip | grep linux | grep href | grep -o https.*zip)
TOOLS_FILE=$(echo $TOOLS_URL | grep -o command.*zip)
cd / ; echo "downloading $TOOLS_FILE ..." ; wget -q $TOOLS_URL -O $TOOLS_FILE ; unzip $TOOLS_FILE ; bash -c "rm $TOOLS_FILE || true"
cd / ; echo "downloading $TOOLS_FILE ..." ; wget --no-verbose $TOOLS_URL -O $TOOLS_FILE ; unzip $TOOLS_FILE ; bash -c "rm $TOOLS_FILE || true"
pacman -S --noconfirm jdk17-openjdk jdk8-openjdk
archlinux-java status
archlinux-java set java-17-openjdk
Expand Down Expand Up @@ -355,7 +355,7 @@ jobs:
shell: bash
run: |
cd linux.kernel.rvvm/app
if $(wget -q https://github.com/ZLangJIT/riscv-kernel/releases/download/keystore/keystore)
if wget --no-verbose https://github.com/ZLangJIT/riscv-kernel/releases/download/keystore/keystore
then
echo "HAVE_KEYSTORE=1" | tee -a $GITHUB_ENV
else
Expand Down Expand Up @@ -471,7 +471,7 @@ jobs:
- name: Download apk [buildroot]
if: ${{ env.REBUILD_KERNEL_FLAG == '' && env.REBUILD_BUILDROOT_FLAG == '' && env.REBUILD_RVVM_FLAG == '' && env.REBUILD_VIRGL_FLAG == '' && env.REBUILD_LIBMEDIA_FLAG == '' }}
run: |
su --command="wget -q https://github.com/ZLangJIT/riscv-kernel/releases/download/patches-libmedia/linux.kernel.rvvm.debug.apk ; wget -q https://github.com/ZLangJIT/riscv-kernel/releases/download/patches-libmedia/linux.kernel.rvvm.debug.apk.sha256 ; wget -q https://github.com/ZLangJIT/riscv-kernel/releases/download/patches-libmedia/linux.kernel.rvvm.release.apk ; wget -q https://github.com/ZLangJIT/riscv-kernel/releases/download/patches-libmedia/linux.kernel.rvvm.release.apk.sha256" build
su --command="wget --no-verbose https://github.com/ZLangJIT/riscv-kernel/releases/download/patches-libmedia/linux.kernel.rvvm.debug.apk ; wget --no-verbose https://github.com/ZLangJIT/riscv-kernel/releases/download/patches-libmedia/linux.kernel.rvvm.debug.apk.sha256 ; wget --no-verbose https://github.com/ZLangJIT/riscv-kernel/releases/download/patches-libmedia/linux.kernel.rvvm.release.apk ; wget --no-verbose https://github.com/ZLangJIT/riscv-kernel/releases/download/patches-libmedia/linux.kernel.rvvm.release.apk.sha256" build
- name: Move apk
if: ${{ env.REBUILD_KERNEL_FLAG != '' || env.REBUILD_BUILDROOT_FLAG != '' || env.REBUILD_RVVM_FLAG != '' || env.REBUILD_VIRGL_FLAG != '' || env.REBUILD_LIBMEDIA_FLAG != '' }}
Expand Down
2 changes: 1 addition & 1 deletion apk_download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if $(am --help 2>&1 | grep -q -i "to-intent-uri")
then
rm -v linux.kernel.rvvm.release.apk
fi
wget https://github.com/ZLangJIT/riscv-kernel/releases/download/$TAG/linux.kernel.rvvm.release.apk &&
wget --no-verbose --show-progress https://github.com/ZLangJIT/riscv-kernel/releases/download/$TAG/linux.kernel.rvvm.release.apk &&
set +x &&
echo &&
echo 'please install the following apk ...' &&
Expand Down
2 changes: 1 addition & 1 deletion boot_download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ if [[ -f Image ]]
rm -v Image
fi
echo "downloading version $TAG ..."
wget https://github.com/ZLangJIT/riscv-kernel/releases/download/$TAG/Image.gz && ls -lh Image.gz && gunzip -f Image.gz && ls -lh Image
wget --no-verbose --show-progress https://github.com/ZLangJIT/riscv-kernel/releases/download/$TAG/Image.gz && ls -lh Image.gz && gunzip -f Image.gz && ls -lh Image

0 comments on commit a5cf1fe

Please sign in to comment.