Files
phoronix-test-suite/ob-cache/test-profiles/pts/build-php-1.7.0/install.sh
2024-04-20 19:23:38 -05:00

7 lines
147 B
Bash

#!/bin/sh
echo "#!/bin/sh
cd php-8.3.4
make -s -j \$NUM_CPU_CORES 2>&1
echo \$? > ~/test-exit-status" > time-compile-php
chmod +x time-compile-php