Skip to content

Commit

Permalink
Build RT without ZFS support
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Gorski <[email protected]>
  • Loading branch information
sirlucjan committed Nov 1, 2023
1 parent 249a49f commit 6347c64
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion linux-bore/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Generated by makepkg 6.0.2
# Tue Oct 31 19:43:39 UTC 2023
# Wed Nov 1 10:46:40 UTC 2023
pkgbase = linux-bore
pkgdesc = Linux BORE scheduler Kernel by CachyOS with other patches and improvements
pkgver = 6.6.0
Expand Down
2 changes: 1 addition & 1 deletion linux-bore/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ build() {
make ${BUILD_FLAGS[*]} ${MODULE_FLAGS[*]} -j$(nproc) modules
fi

if [ -n "$_build_zfs" ]; then
if [[ "$_cpusched" != "rt" && -n "$_build_zfs" ]]; then
cd ${srcdir}/"zfs"

local CONFIGURE_FLAGS=()
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos-bore/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Generated by makepkg 6.0.2
# Tue Oct 31 19:44:07 UTC 2023
# Wed Nov 1 10:47:07 UTC 2023
pkgbase = linux-cachyos-bore
pkgdesc = Linux BORE scheduler Kernel by CachyOS with other patches and improvements
pkgver = 6.6.0
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos-bore/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ build() {
make ${BUILD_FLAGS[*]} ${MODULE_FLAGS[*]} -j$(nproc) modules
fi

if [ -n "$_build_zfs" ]; then
if [[ "$_cpusched" != "rt" && -n "$_build_zfs" ]]; then
cd ${srcdir}/"zfs"

local CONFIGURE_FLAGS=()
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos-eevdf/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Generated by makepkg 6.0.2
# Tue Oct 31 19:44:22 UTC 2023
# Wed Nov 1 10:47:20 UTC 2023
pkgbase = linux-cachyos-eevdf
pkgdesc = Linux EEVDF scheduler Kernel by CachyOS with other patches and improvements
pkgver = 6.6.0
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos-eevdf/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ build() {
make ${BUILD_FLAGS[*]} ${MODULE_FLAGS[*]} -j$(nproc) modules
fi

if [ -n "$_build_zfs" ]; then
if [[ "$_cpusched" != "rt" && -n "$_build_zfs" ]]; then
cd ${srcdir}/"zfs"

local CONFIGURE_FLAGS=()
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos-rc/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Generated by makepkg 6.0.2
# Tue Oct 31 20:00:26 UTC 2023
# Wed Nov 1 10:48:28 UTC 2023
pkgbase = linux-cachyos-rc
pkgdesc = Linux EEVDF-BORE scheduler Kernel by CachyOS and with some other patches and other improvements
pkgver = 6.6.rc7
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos-rc/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ build() {
make ${BUILD_FLAGS[*]} ${MODULE_FLAGS[*]} -j$(nproc) modules
fi

if [ -n "$_build_zfs" ]; then
if [[ "$_cpusched" != "rt" && -n "$_build_zfs" ]]; then
cd ${srcdir}/"zfs"

local CONFIGURE_FLAGS=()
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos-rt/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Generated by makepkg 6.0.2
# Tue Oct 31 19:45:45 UTC 2023
# Wed Nov 1 10:47:33 UTC 2023
pkgbase = linux-cachyos-rt
pkgdesc = Linux kernel with RT patches by CachyOS with other patches and improvements
pkgver = 6.6.0
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos-rt/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ build() {
make ${BUILD_FLAGS[*]} ${MODULE_FLAGS[*]} -j$(nproc) modules
fi

if [ -n "$_build_zfs" ]; then
if [[ "$_cpusched" != "rt" && -n "$_build_zfs" ]]; then
cd ${srcdir}/"zfs"

local CONFIGURE_FLAGS=()
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Generated by makepkg 6.0.2
# Tue Oct 31 19:43:53 UTC 2023
# Wed Nov 1 10:46:54 UTC 2023
pkgbase = linux-cachyos
pkgdesc = Linux EEVDF-BORE scheduler Kernel by CachyOS with other patches and improvements
pkgver = 6.6.0
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ build() {
make ${BUILD_FLAGS[*]} ${MODULE_FLAGS[*]} -j$(nproc) modules
fi

if [ -n "$_build_zfs" ]; then
if [[ "$_cpusched" != "rt" && -n "$_build_zfs" ]]; then
cd ${srcdir}/"zfs"

local CONFIGURE_FLAGS=()
Expand Down

0 comments on commit 6347c64

Please sign in to comment.