Skip to content

Commit

Permalink
Update to v5.13.13-zen1-muqss
Browse files Browse the repository at this point in the history
  • Loading branch information
RiverOnVenus committed Aug 27, 2021
1 parent c00195f commit e66b81d
Show file tree
Hide file tree
Showing 3 changed files with 194 additions and 102 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
uses: ncipollo/release-action@v1.8.6
with:
allowUpdates: 1
tag: "v5.13.12-zen1-muqss"
tag: "v5.13.13-zen1-muqss"
artifacts: "./*/*.zst"
token: ${{ secrets.GITHUB_TOKEN }}
13 changes: 5 additions & 8 deletions zen-muqss/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Maintainer: RiverOnVenus <RiverOnVenus@gmail.com>
# Contributor: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>

pkgbase=linux-zen-muqss
pkgver=5.13.12.zen1
pkgver=5.13.13.zen1
pkgrel=1
pkgdesc='Linux ZEN'
_srctag=v${pkgver%.*}-${pkgver##*.}
Expand All @@ -15,7 +14,6 @@ makedepends=(
git
)
options=('!strip')
_patchsource="https://raw.githubusercontent.com/RiverOnVenus/zen-kernel-muqss/master/patches/5.13"
_srcname=zen-kernel
source=(
"$_srcname::git+https://github.com/zen-kernel/zen-kernel?signed#tag=$_srctag"
Expand Down Expand Up @@ -59,9 +57,6 @@ prepare() {
patch -Np1 < "../$src"
done

echo "Setting config..."
cp ../config .config

echo "Enabling MuQSS..."
scripts/config --enable CONFIG_SCHED_MUQSS

Expand Down Expand Up @@ -93,7 +88,9 @@ echo "Enabling MuQSS..."
scripts/config --disable CONFIG_ZRAM_DEF_COMP_LZORLE
scripts/config --enable CONFIG_ZRAM_DEF_COMP_ZSTD
scripts/config --set-str CONFIG_ZRAM_DEF_COMP zstd

echo "Setting config..."

cp ../config .config
make -j$(nproc) olddefconfig

make -j$(nproc) -s kernelrelease > version
Expand Down
Loading

0 comments on commit e66b81d

Please sign in to comment.