You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For aarch64 platform, I have built "Pigz" from source.
Steps
Following STEPS were used for the building and installation:
sudo apt update
sudo apt install -y wget make build-essential zlib1g-dev ncompress
wget https://github.com/madler/pigz/archive/refs/tags/v2.1.7.tar.gz
tar -xvf v2.1.7.tar.gz
cd pigz-2.1.7
make all
Outcome
To validate that the build was successful we ran benchmark using "make test" command. The system benchmarking completed successfully.
For aarch64 platform, I have built "Pigz" from source.
Steps
Following STEPS were used for the building and installation:
Outcome
To validate that the build was successful we ran benchmark using "make test" command. The system benchmarking completed successfully.
All this information is also added to Software Ecosystem Dashboard for Arm (https://www.arm.com/developer-hub/ecosystem-dashboard/).
The text was updated successfully, but these errors were encountered: