Add binary to spec-cpu-mini
This commit is contained in:
parent
dffebe4ad1
commit
bc3e8513db
@ -32,6 +32,9 @@ stdenv.mkDerivation rec {
|
||||
for bench in $benchList; do
|
||||
cp -a ${spec-cpu}/benchspec/CPU/$bench $out/benchspec/CPU/
|
||||
done
|
||||
mkdir -p $out/bin
|
||||
echo -e "#!$SHELL\necho $out" > $out/bin/spec-cpu-mini
|
||||
chmod +x $out/bin/spec-cpu-mini
|
||||
'';
|
||||
enableParallelBuilding = false;
|
||||
hardeningDisable = [ "all" ];
|
||||
|
Loading…
Reference in New Issue
Block a user