mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 22:44:04 +01:00
Sync with Github
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
This commit is contained in:
parent
7399a268c8
commit
0bd4e1920a
2 changed files with 4 additions and 2 deletions
1
.SRCINFO
1
.SRCINFO
|
|
@ -20,6 +20,7 @@ pkgbase = linux-cachyos-bmq
|
|||
makedepends = binutils
|
||||
makedepends = make
|
||||
makedepends = patch
|
||||
makedepends = python
|
||||
options = !strip
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.3.1.tar.xz
|
||||
source = config
|
||||
|
|
|
|||
5
PKGBUILD
5
PKGBUILD
|
|
@ -209,7 +209,7 @@ arch=('x86_64' 'x86_64_v3')
|
|||
url="https://github.com/CachyOS/linux-cachyos"
|
||||
license=('GPL2')
|
||||
options=('!strip')
|
||||
makedepends=('bc' 'libelf' 'pahole' 'cpio' 'perl' 'tar' 'xz' 'zstd' 'gcc' 'gcc-libs' 'glibc' 'binutils' 'make' 'patch')
|
||||
makedepends=('bc' 'libelf' 'pahole' 'cpio' 'perl' 'tar' 'xz' 'zstd' 'gcc' 'gcc-libs' 'glibc' 'binutils' 'make' 'patch' 'python')
|
||||
# LLVM makedepends
|
||||
if [[ "$_use_llvm_lto" = "thin" || "$_use_llvm_lto" = "full" ]] || [ -n "$_use_kcfi" ]; then
|
||||
makedepends+=(clang llvm lld python)
|
||||
|
|
@ -242,7 +242,8 @@ fi
|
|||
|
||||
case "$_cpusched" in
|
||||
cachyos) # CachyOS Scheduler (EEVDF)
|
||||
source+=("${_patchsource}/sched/0001-EEVDF.patch");;
|
||||
source+=("${_patchsource}/sched/0001-EEVDF.patch"
|
||||
"${_patchsource}/sched/0001-bore-eevdf.patch");;
|
||||
pds|bmq) # BMQ/PDS scheduler
|
||||
source+=("${_patchsource}/sched/0001-prjc-cachy.patch"
|
||||
linux-cachyos-prjc.install);;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue