diff options
author | Piotr Gorski | 2025-02-27 17:55:09 +0100 |
---|---|---|
committer | Piotr Gorski | 2025-02-27 17:55:09 +0100 |
commit | 27fb2a8a476b279f8d45f9f855e7808d8ebd66b7 (patch) | |
tree | b7a29cc257b35f34294677a91f4ac3e508e5ab04 | |
parent | 2c6661304941e17bf24a10126fb985dc5546b935 (diff) | |
download | aur-27fb2a8a476b279f8d45f9f855e7808d8ebd66b7.tar.gz |
Sync with Github
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -137,7 +137,7 @@ # 3. Profile the kernel and convert the profile, see Generating the Profile for AutoFDO # 4. Put the profile into the sourcedir # 5. Run kernel build again with the _autofdo_profile_name path to profile specified -: "${_autofdo:=}" +: "${_autofdo:=no}" # Name for the AutoFDO profile : "${_autofdo_profile_name:=}" @@ -155,7 +155,6 @@ # Enable this after the profiles have been generated : "${_propeller_profiles:=no}" - # ATTENTION: Do not modify after this line _is_lto_kernel() { [[ "$_use_llvm_lto" = "thin" || "$_use_llvm_lto" = "full" ]] @@ -203,7 +202,7 @@ makedepends=( ) _patchsource="https://raw.githubusercontent.com/cachyos/kernel-patches/master/${_major}" -_nv_ver=570.86.16 +_nv_ver=570.124.04 _nv_pkg="NVIDIA-Linux-x86_64-${_nv_ver}" _nv_open_pkg="open-gpu-kernel-modules-${_nv_ver}" source=( |