test_cpp_aarch64.sh 451 B

1234567891011121314
  1. #!/bin/bash
  2. #
  3. # Crosscompiles protobuf C++ under dockcross docker image and runs the tests under an emulator.
  4. set -e
  5. # go to the repo root
  6. cd $(dirname $0)/../../..
  7. # Initialize any submodules.
  8. git submodule update --init --recursive
  9. # run the C++ build and test script under dockcross/linux-arm64 image
  10. kokoro/linux/aarch64/dockcross_helpers/run_dockcross_linux_aarch64.sh kokoro/linux/aarch64/cpp_crosscompile_and_run_tests_with_qemu_aarch64.sh