grpc_run_basictests_php_aarch64.sh 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. #!/usr/bin/env bash
  2. # Copyright 2021 The gRPC Authors
  3. #
  4. # Licensed under the Apache License, Version 2.0 (the "License");
  5. # you may not use this file except in compliance with the License.
  6. # You may obtain a copy of the License at
  7. #
  8. # http://www.apache.org/licenses/LICENSE-2.0
  9. #
  10. # Unless required by applicable law or agreed to in writing, software
  11. # distributed under the License is distributed on an "AS IS" BASIS,
  12. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. # See the License for the specific language governing permissions and
  14. # limitations under the License.
  15. set -ex
  16. # install pre-requisites for gRPC C core build
  17. sudo apt update
  18. sudo apt install -y build-essential autoconf libtool pkg-config cmake python python-pip clang
  19. sudo pip install six
  20. # install gRPC Ruby pre-requisites
  21. sudo apt install -y php7.2-cli php7.2-dev
  22. sudo apt install -y composer phpunit
  23. sudo apt install -y php-bcmath # required by protobuf PHP, is it really needed for gRPC?
  24. cd grpc
  25. git submodule update --init
  26. # build and test php
  27. tools/run_tests/run_tests.py -l php7 -c opt -t -x run_tests/php7_linux_aarch64_opt_native/sponge_log.xml --report_suite_name php7_linux_aarch64_opt_native --report_multi_target