From 98ed5913ac805aeaf08826feee8b88dc5d4f2829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20Vulquin?= Date: Wed, 3 Jun 2026 18:05:55 +0200 Subject: [PATCH 1/2] scx: update to 1.1.1. --- srcpkgs/scx/patches/scx_cake-musl.patch | 106 ------------------------ srcpkgs/scx/template | 4 +- 2 files changed, 2 insertions(+), 108 deletions(-) delete mode 100644 srcpkgs/scx/patches/scx_cake-musl.patch diff --git a/srcpkgs/scx/patches/scx_cake-musl.patch b/srcpkgs/scx/patches/scx_cake-musl.patch deleted file mode 100644 index 220784250c0fc0..00000000000000 --- a/srcpkgs/scx/patches/scx_cake-musl.patch +++ /dev/null @@ -1,106 +0,0 @@ -From 20372b530839da46a9afbeb34dc37f8239ce6145 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Chlo=C3=A9=20Vulquin?= -Date: Mon, 13 Apr 2026 18:28:41 +0200 -Subject: [PATCH] scx_cake: fix build error with musl - -see also: 4503c7080acbaba6a005009b74a16a5b29e5c70c ---- - scheds/rust/scx_cake/src/calibrate.rs | 60 +++++++++++++++++++++++++++ - 1 file changed, 60 insertions(+) - -diff --git a/scheds/rust/scx_cake/src/calibrate.rs b/scheds/rust/scx_cake/src/calibrate.rs -index c2b459d92d..96c35d4687 100644 ---- a/scheds/rust/scx_cake/src/calibrate.rs -+++ b/scheds/rust/scx_cake/src/calibrate.rs -@@ -84,7 +84,22 @@ fn measure_pair(cpu_a: usize, cpu_b: usize, config: &EtdConfig) -> Option Option Option Option Date: Wed, 3 Jun 2026 18:06:00 +0200 Subject: [PATCH 2/2] scx-loader: update to 1.1.1. --- srcpkgs/scx-loader/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/scx-loader/template b/srcpkgs/scx-loader/template index 921439fd5c6def..1ded8a4704e92d 100644 --- a/srcpkgs/scx-loader/template +++ b/srcpkgs/scx-loader/template @@ -1,6 +1,6 @@ # Template file for 'scx-loader' pkgname=scx-loader -version=1.1.0 +version=1.1.1 revision=1 archs="x86_64* aarch64*" conf_files=/etc/scx_loader.toml @@ -11,7 +11,7 @@ maintainer="ChloƩ Vulquin " license="GPL-2.0-only" homepage="https://github.com/sched-ext/scx-loader" distfiles="https://github.com/sched-ext/scx-loader/archive/refs/tags/v${version}.tar.gz" -checksum=14f23108f95126958c4c54be9a02f0d1cc746b0e8a0e6572123cdf48f6c98100 +checksum=df17f4984e6d46ad5eebf1a96dce8b656e880de5a251e73313788eb564c816b0 pre_build() { # workaround the cc-rs mixing CFLAGS for host and target.