diff --git a/linux-bore/PKGBUILD b/linux-bore/PKGBUILD index 11410c63b..43746e9ca 100644 --- a/linux-bore/PKGBUILD +++ b/linux-bore/PKGBUILD @@ -582,6 +582,8 @@ prepare() { fi ### Disable DEBUG + # Doesn't work with sched-ext + # More infos here: https://github.com/CachyOS/linux-cachyos/issues/187 if [[ "$_cpusched" != "sched-ext" && -n "$_disable_debug" ]]; then scripts/config -d DEBUG_INFO \ -d DEBUG_INFO_BTF \ diff --git a/linux-cachyos-bore-rt/PKGBUILD b/linux-cachyos-bore-rt/PKGBUILD index ecede773e..577f945f7 100644 --- a/linux-cachyos-bore-rt/PKGBUILD +++ b/linux-cachyos-bore-rt/PKGBUILD @@ -582,6 +582,8 @@ prepare() { fi ### Disable DEBUG + # Doesn't work with sched-ext + # More infos here: https://github.com/CachyOS/linux-cachyos/issues/187 if [[ "$_cpusched" != "sched-ext" && -n "$_disable_debug" ]]; then scripts/config -d DEBUG_INFO \ -d DEBUG_INFO_BTF \ diff --git a/linux-cachyos-bore/PKGBUILD b/linux-cachyos-bore/PKGBUILD index a2a6c697e..5a83593d7 100644 --- a/linux-cachyos-bore/PKGBUILD +++ b/linux-cachyos-bore/PKGBUILD @@ -582,6 +582,8 @@ prepare() { fi ### Disable DEBUG + # Doesn't work with sched-ext + # More infos here: https://github.com/CachyOS/linux-cachyos/issues/187 if [[ "$_cpusched" != "sched-ext" && -n "$_disable_debug" ]]; then scripts/config -d DEBUG_INFO \ -d DEBUG_INFO_BTF \ diff --git a/linux-cachyos-eevdf/PKGBUILD b/linux-cachyos-eevdf/PKGBUILD index 99cd52407..d84239854 100644 --- a/linux-cachyos-eevdf/PKGBUILD +++ b/linux-cachyos-eevdf/PKGBUILD @@ -582,6 +582,8 @@ prepare() { fi ### Disable DEBUG + # Doesn't work with sched-ext + # More infos here: https://github.com/CachyOS/linux-cachyos/issues/187 if [[ "$_cpusched" != "sched-ext" && -n "$_disable_debug" ]]; then scripts/config -d DEBUG_INFO \ -d DEBUG_INFO_BTF \ diff --git a/linux-cachyos-rc/PKGBUILD b/linux-cachyos-rc/PKGBUILD index d4e3f08f8..e6df9b250 100644 --- a/linux-cachyos-rc/PKGBUILD +++ b/linux-cachyos-rc/PKGBUILD @@ -581,6 +581,8 @@ prepare() { fi ### Disable DEBUG + # Doesn't work with sched-ext + # More infos here: https://github.com/CachyOS/linux-cachyos/issues/187 if [[ "$_cpusched" != "sched-ext" && -n "$_disable_debug" ]]; then scripts/config -d DEBUG_INFO \ -d DEBUG_INFO_BTF \ diff --git a/linux-cachyos-rt/PKGBUILD b/linux-cachyos-rt/PKGBUILD index 69527f6c9..db2b005c0 100644 --- a/linux-cachyos-rt/PKGBUILD +++ b/linux-cachyos-rt/PKGBUILD @@ -582,6 +582,8 @@ prepare() { fi ### Disable DEBUG + # Doesn't work with sched-ext + # More infos here: https://github.com/CachyOS/linux-cachyos/issues/187 if [[ "$_cpusched" != "sched-ext" && -n "$_disable_debug" ]]; then scripts/config -d DEBUG_INFO \ -d DEBUG_INFO_BTF \ diff --git a/linux-cachyos-server/PKGBUILD b/linux-cachyos-server/PKGBUILD index b48afd14a..05673e0a1 100644 --- a/linux-cachyos-server/PKGBUILD +++ b/linux-cachyos-server/PKGBUILD @@ -582,6 +582,8 @@ prepare() { fi ### Disable DEBUG + # Doesn't work with sched-ext + # More infos here: https://github.com/CachyOS/linux-cachyos/issues/187 if [[ "$_cpusched" != "sched-ext" && -n "$_disable_debug" ]]; then scripts/config -d DEBUG_INFO \ -d DEBUG_INFO_BTF \ diff --git a/linux-cachyos/PKGBUILD b/linux-cachyos/PKGBUILD index b19e1033e..e461f0c21 100644 --- a/linux-cachyos/PKGBUILD +++ b/linux-cachyos/PKGBUILD @@ -582,6 +582,8 @@ prepare() { fi ### Disable DEBUG + # Doesn't work with sched-ext + # More infos here: https://github.com/CachyOS/linux-cachyos/issues/187 if [[ "$_cpusched" != "sched-ext" && -n "$_disable_debug" ]]; then scripts/config -d DEBUG_INFO \ -d DEBUG_INFO_BTF \