Skip to content

Commit

Permalink
scx-scheds(-git): Add backport for LTO and scx_flash fix
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jung <[email protected]>
  • Loading branch information
ptr1337 committed Jan 1, 2025
1 parent a283425 commit 495837d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion scx-scheds/scx-scheds-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pkgname=scx-scheds-git
_gitname=scx
pkgver=1.0.6.r210.gc15d9ead
pkgver=1.0.8.r83.ge68c4ded
pkgrel=1
pkgdesc='sched_ext schedulers and tools'
url='https://github.com/sched-ext/scx'
Expand Down Expand Up @@ -33,6 +33,8 @@ provides=("scx-scheds=$pkgver")
conflicts=("scx-scheds")

_backports=(
59ad67152035319ecaa73e3c4e57ac0ab20a499a # LTO
da5f6d871ab383d097b758ae96682f7ea8580856 # Flash 6.12 fix
)

_reverts=(
Expand Down
2 changes: 1 addition & 1 deletion scx-scheds/scx-scheds/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = scx-scheds
pkgdesc = sched_ext schedulers and tools
pkgver = 1.0.8
pkgrel = 1
pkgrel = 2
url = https://github.com/sched-ext/scx
arch = x86_64
arch = aarch64
Expand Down
4 changes: 3 additions & 1 deletion scx-scheds/scx-scheds/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
pkgname=scx-scheds
_gitname=scx
pkgver=1.0.8
pkgrel=1
pkgrel=2
pkgdesc='sched_ext schedulers and tools'
url='https://github.com/sched-ext/scx'
arch=('x86_64' 'aarch64')
Expand Down Expand Up @@ -36,6 +36,8 @@ validpgpkeys=(
)

_backports=(
809ce6c34652b68687487a60a135d7abb493dc7b
59ad67152035319ecaa73e3c4e57ac0ab20a499a
)

_reverts=(
Expand Down

0 comments on commit 495837d

Please sign in to comment.