This repository was archived by the owner on Oct 31, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- image : amd64/debian:trixie -slim
1+ image : amd64/debian:bookworm -slim
22
33before_script :
44 - apt update; apt install -y --no-install-recommends fakeroot build-essential git wget openssl libssl-dev ca-certificates libncurses-dev zstd xz-utils flex libelf-dev bison bc debhelper rsync kmod cpio gpg pahole python3
@@ -10,13 +10,13 @@ before_script:
1010 - export dv=$(git show -s --date=format:'%Y%m%d' --format=%cd)
1111 - export jobs=$((2*$(nproc))); echo $jobs
1212 - pvcmd="cat $KCONFIG_CONFIG | grep 'LOCALVERSION='" && export pv=$(eval $pvcmd | cut -d'"' -f2)
13- - export mvcmd="make -j$jobs CC='gcc-13' HOSTCC='gcc-13' KDEB_PKGVERSION='$lv$pv$xv-$rv~$dv.g$git' bindeb-pkg 2>&1 | tee ../build-$lv$pv$xv-$rv~$dv.g"$git"_amd64.log && xz -e9 ../build-*$pv*"
13+ - export mvcmd="make -j$jobs KDEB_PKGVERSION='$lv$pv$xv-$rv~$dv.g$git' bindeb-pkg 2>&1 | tee ../build-$lv$pv$xv-$rv~$dv.g"$git"_amd64.log && xz -e9 ../build-*$pv*"
1414 - export avcmd="mkdir -p assets/ && mv ../*$pv* assets/"
1515
1616variables :
1717 DEBFULLNAME : " Alexandre Frade"
1818 DEBEMAIL : " kernel@xanmod.org"
19- KDEB_CHANGELOG_DIST : " trixie "
19+ KDEB_CHANGELOG_DIST : " bookworm "
2020 KCONFIG_CONFIG : " CONFIGS/xanmod/gcc/config_$psabi"
2121
22226.9 x64v1 :
You can’t perform that action at this time.
0 commit comments