Unverified Commit 6c2e919d authored by Gliczy's avatar Gliczy Committed by GitHub
Browse files

scx.full: 1.0.11 -> 1.0.12 (#406124)

remove unused `fetchpatch2`
parent c6aa14fd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
  lib,
  callPackage,
  fetchFromGitHub,
  fetchpatch2,
}:
let
  scx-common = rec {
+4 −0
Original line number Diff line number Diff line
@@ -13,6 +13,8 @@
  zlib,
  zstd,
  scx-common,
  protobuf,
  libseccomp,
}:

let
@@ -74,6 +76,7 @@ llvmPackages.stdenv.mkDerivation (finalAttrs: {
      jq
      pkg-config
      zstd
      protobuf
    ]
    ++ bpftools.buildInputs
    ++ bpftools.nativeBuildInputs;
@@ -81,6 +84,7 @@ llvmPackages.stdenv.mkDerivation (finalAttrs: {
  buildInputs = [
    elfutils
    zlib
    libseccomp
  ];

  mesonFlags = [
+4 −0
Original line number Diff line number Diff line
@@ -8,6 +8,8 @@
  zstd,
  scx-common,
  scx,
  protobuf,
  libseccomp,
}:
rustPlatform.buildRustPackage {
  pname = "scx_rustscheds";
@@ -26,11 +28,13 @@ rustPlatform.buildRustPackage {
  nativeBuildInputs = [
    pkg-config
    rustPlatform.bindgenHook
    protobuf
  ];
  buildInputs = [
    elfutils
    zlib
    zstd
    libseccomp
  ];

  env = {
+3 −3
Original line number Diff line number Diff line
{
  "scx": {
    "version": "1.0.11",
    "hash": "sha256-Lj+YH+pWcdbGvpk6PAgat279cXOGkm0SZ5+wdK+2u9Q=",
    "cargoHash": "sha256-sDrkUiZpX04A6a4ltFFZo6qtUgUgZ0ydml4mfKYYu3g="
    "version": "1.0.12",
    "hash": "sha256-ti4SPx66Ykwqsel7l8Rb0WEBypFbQKoDd0foMAtEmlE=",
    "cargoHash": "sha256-nD+RalFCJLqQGMVtaJm/NLCrY8Iq5/eAsW+ydABvw2o="
  },
  "bpftool": {
    "rev": "183e7010387d1fc9f08051426e9a9fbd5f8d409e",