Skip to content

Commit 4242e6d

Browse files
author
dongyongtao
committed
ci: update QEMUVER=2025.10; support build rvv freeloader; sstc is fixed in dts by default, so no need to build freeloader with sstc name
Signed-off-by: dongyongtao <dongyongtao@nucleisys.com>
1 parent 5224330 commit 4242e6d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/linuxsdk.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN pip3 cache purge
3737
# create USER with PASS
3838
ARG USER=nuclei
3939
ARG PASS=riscv123
40-
ARG QEMUVER=2025.02
40+
ARG QEMUVER=2025.10
4141
ARG BRANCH=dev_nuclei_next
4242

4343
RUN groupadd --system $USER

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
python3 python3-pip mtools
7171
sudo pip3 install git-archive-all
7272
mkdir -p buildroot/dl
73-
QEMUVER=2025.02
73+
QEMUVER=2025.10
7474
if [ ! -f buildroot/dl/nuclei-qemu-${QEMUVER}-linux-x64.tar.gz ] ; then
7575
wget --progress=dot -P buildroot/dl https://download.nucleisys.com/upload/files/toolchain/qemu/nuclei-qemu-${QEMUVER}-linux-x64.tar.gz
7676
fi

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ variables:
44
GIT_STRATEGY: fetch
55
FF_USE_FASTZIP: "true"
66
SHARELOC: "/home/xl_ci/linuxsdk/"
7-
QEMUPATH: "/home/share/devtools/qemu/linux64/2025.02"
7+
QEMUPATH: "/home/share/devtools/qemu/linux64/2025.10"
88

99
workflow:
1010
rules:

0 commit comments

Comments
 (0)