Skip to content

Commit

Permalink
scx.full: 1.0.7 -> 1.0.8
Browse files Browse the repository at this point in the history
(cherry picked from commit 3982d1a)
  • Loading branch information
Gliczy authored and github-actions[bot] committed Dec 23, 2024
1 parent a43e1fb commit 383bce3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
17 changes: 0 additions & 17 deletions pkgs/os-specific/linux/scx/scx_cscheds.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
lib,
llvmPackages,
fetchFromGitHub,
fetchpatch,
writeShellScript,
bash,
meson,
Expand All @@ -29,22 +28,6 @@ llvmPackages.stdenv.mkDerivation (finalAttrs: {
pname = "scx_cscheds";
inherit (scx-common) version src;

patches = [
# TODO: remove at the next point release
(fetchpatch {
url = "https://github.com/sched-ext/scx/commit/22d45e6ddbea81efc17a91ca6d713a7e396cea52.patch?full_index=1";
hash = "sha256-SLSQNqRpKNT1HuuuT1h+fR1o3nbbVpfRCB30cFieIeg=";
})
(fetchpatch {
url = "https://github.com/sched-ext/scx/commit/a72c24e7e5670b4533c4508d6d6c980d8487cb50.patch?full_index=1";
hash = "sha256-RUo7tl3V8iPN/fEm0oyj8UBwiWdna/ttZh+/OtcvflE=";
})
(fetchpatch {
url = "https://github.com/sched-ext/scx/commit/21cf3ccd1d263cf7aac3afe337911f18ba329dca.patch?full_index=1";
hash = "sha256-vOHM+1QvVxI89azqoIrOhjfSyYHTMGuIWAAupcGQ7Oc=";
})
];

# scx needs specific commits of bpftool and libbpf
# can be found in meson.build of scx src
# grep 'bpftool_commit =' ./meson.build
Expand Down
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/scx/version.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"scx": {
"version": "1.0.7",
"hash": "sha256-qiXgRsbYP7aPGDM8R+Z6M5klKGwFXWBONvKVLoEkW3s=",
"cargoHash": "sha256-0Wdr+hCkGianyuFBq9hh+cPCvqedNQq52zWtH4tEhrM="
"version": "1.0.8",
"hash": "sha256-eXui9fvi8C/HHp8wU7STrDC8b950YZzyhoLoGHXZ6S8=",
"cargoHash": "sha256-ymFO6w4Y/VIKrnf0uF0Sso4OSc1MY2CeEwaXsAL5cgo="
},
"bpftool": {
"rev": "183e7010387d1fc9f08051426e9a9fbd5f8d409e",
Expand Down

0 comments on commit 383bce3

Please sign in to comment.