File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,12 @@ OPT_APT_PACKAGES=(
1414 # stress testing and benchmarking tools
1515 # php is required by phoronix test suite
1616 # todo fix php on ubuntu 22.04
17- stressapptest stress-ng inxi php8.3 php-xml php8.3-xml
17+ stressapptest stress-ng inxi
18+
19+ # phoronix-test-suite dependencies
20+ php8.3 php-xml php8.3-xml
21+ php-gd php-bz2 php-sqlite3 php-curl
22+ mpicc libpopt-dev
1823)
1924
2025time sudo apt-get install -y " ${OPT_APT_PACKAGES[@]} "
@@ -23,3 +28,5 @@ wget -P /tmp/ https://github.com/phoronix-test-suite/phoronix-test-suite/release
2328sudo dpkg -i /tmp/phoronix-test-suite_10.8.4_all.deb
2429
2530rm /tmp/phoronix-test-suite_10.8.4_all.deb
31+
32+ phoronix-test-suite batch-install pts/disk
You can’t perform that action at this time.
0 commit comments