Parallelize the build of the PHP extension

PiperOrigin-RevId: 513922943
pull/12140/head
Protobuf Team Bot 2 years ago committed by Copybara-Service
parent b6132da7a8
commit 72eb4652b7
  1. 4
      php/tests/compile_extension.sh

@ -33,6 +33,6 @@ if [[ ! -f BUILD_STAMP ]] || [[ "$(cat BUILD_STAMP)" != "$FINGERPRINT" ]]; then
echo "$FINGERPRINT" > BUILD_STAMP
fi
make
TEST_PHP_ARGS="-q" make test
make -j8
TEST_PHP_ARGS="-q" make -j8 test
popd > /dev/null

Loading…
Cancel
Save