Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
[+] iotop #29
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas committed Sep 3, 2024
1 parent 5f4e472 commit f908515
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/aarch64_Linux/bins/iotop-c.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if [ "$SKIP_BUILD" == "NO" ]; then
pushd "$($TMPDIRS)" >/dev/null 2>&1
NIXPKGS_ALLOW_BROKEN="1" NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM="1" nix-build '<nixpkgs>' --attr "pkgsStatic.iotop-c" --cores "$(($(nproc)+1))" --max-jobs "$(($(nproc)+1))" --log-format bar-with-logs
sudo strip "./result/bin/iotop-c" ; file "./result/bin/iotop-c" && du -sh "./result/bin/iotop-c"
cp "./result/bin/iotop-c" "$BINDIR/iotop-c"
cp "./result/bin/iotop-c" "$BINDIR/iotop-c" ; cp "$BINDIR/iotop-c" "$BINDIR/iotop"
nix-collect-garbage >/dev/null 2>&1 ; popd >/dev/null 2>&1
fi
#-------------------------------------------------------#
Expand Down
3 changes: 2 additions & 1 deletion .github/scripts/aarch64_Linux/bins/iotop-c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ web_url: "https://github.com/Tomas-M/iotop"
repo_url: "https://github.com/Tomas-M/iotop"
path: "/"
bins:
- "iotop-c"
- "iotop-c"
- "iotop"
2 changes: 1 addition & 1 deletion .github/scripts/x86_64_Linux/bins/iotop-c.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if [ "$SKIP_BUILD" == "NO" ]; then
pushd "$($TMPDIRS)" >/dev/null 2>&1
NIXPKGS_ALLOW_BROKEN="1" NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM="1" nix-build '<nixpkgs>' --attr "pkgsStatic.iotop-c" --cores "$(($(nproc)+1))" --max-jobs "$(($(nproc)+1))" --log-format bar-with-logs
sudo strip "./result/bin/iotop-c" ; file "./result/bin/iotop-c" && du -sh "./result/bin/iotop-c"
cp "./result/bin/iotop-c" "$BINDIR/iotop-c"
cp "./result/bin/iotop-c" "$BINDIR/iotop-c" ; cp "$BINDIR/iotop-c" "$BINDIR/iotop"
nix-collect-garbage >/dev/null 2>&1 ; popd >/dev/null 2>&1
fi
#-------------------------------------------------------#
Expand Down
3 changes: 2 additions & 1 deletion .github/scripts/x86_64_Linux/bins/iotop-c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ web_url: "https://github.com/Tomas-M/iotop"
repo_url: "https://github.com/Tomas-M/iotop"
path: "/"
bins:
- "iotop-c"
- "iotop-c"
- "iotop"

0 comments on commit f908515

Please sign in to comment.