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

7 lines
142 B
Bash

#!/bin/sh
echo "#!/bin/sh
cd node-v21.7.2
make -s -j \$NUM_CPU_CORES 2>&1
echo \$? > ~/test-exit-status" > build-nodejs
chmod +x build-nodejs